Skip to content

Commit

Permalink
fix: fix working state
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Mar 15, 2024
1 parent fe12bd1 commit 68c42d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/markdown/VirtualMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function VirtualMessage({
}: VirtualMessageProps) {
const { t } = useTranslation();
const { send: sendAction } = useMessageActions();
const working = !useWorking();
const working = useWorking();

return (
<Dialog>
Expand Down

0 comments on commit 68c42d4

Please sign in to comment.