diff --git a/src/simple-status.tsx b/src/simple-status.tsx index 10535d7..1a365cb 100644 --- a/src/simple-status.tsx +++ b/src/simple-status.tsx @@ -146,13 +146,12 @@ export default function SimpleCommand(props: CommandProps) { {props.children} setState((prevState) => ({ ...prevState, isMarkdown: value }))} storeValue /> - + ); }