mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-30 22:49:30 +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 StatusContent = ({ isMarkdown, draftStatus }: statusProps) => {
|
||||||
const [error, setError] = useState<boolean>(false);
|
|
||||||
const [statusContent, setStatusContent] = useState<string>(draftStatus || "");
|
const [statusContent, setStatusContent] = useState<string>(draftStatus || "");
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue