mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
Make the linter happy.
This commit is contained in:
@@ -238,7 +238,7 @@ export const SpecialPromptModal = observer((props: SpecialProps) => {
|
||||
.then((code) => setCode(code))
|
||||
.catch((err) => setError(takeError(err)))
|
||||
.finally(() => setProcessing(false));
|
||||
}, []);
|
||||
}, [props.target]);
|
||||
|
||||
return (
|
||||
<PromptModal
|
||||
|
||||
Reference in New Issue
Block a user