mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-30 14:49:29 +08:00
refactor: remove error message in StatusContent
This commit is contained in:
parent
e4663cd121
commit
b5816a37e4
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ interface statusProps {
|
|||
}
|
||||
|
||||
const StatusContent = ({ isMarkdown, draftStatus }: statusProps) => {
|
||||
const [error, setError] = useState<boolean>(false);
|
||||
const [statusContent, setStatusContent] = useState<string>(draftStatus || "");
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue