Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Jul 17, 2024
1 parent 3aa60b6 commit 9aa6e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LiveMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const LiveMessage = (props: {
updateMessage(id, value);
return reader.read().then(processText);
});
});
}, [id, stream, updateMessage]);

return <Message role={role} message={message} working={!done}></Message>;
};
Expand Down

0 comments on commit 9aa6e13

Please sign in to comment.