Skip to content

Commit

Permalink
fix: demo lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Dec 11, 2024
1 parent 88116e0 commit c32d4a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const CreatingChatDialog = ({
if (isDemoUser && !isSubmitting) {
setAppSessionsRemaining(demo.appSessionsRemaining);
}
}, [isSubmitting, demo]);
}, [isSubmitting, isDemoUser, demo]);

const createAppSession = useCallback(() => {
if (!submit) {
Expand Down

0 comments on commit c32d4a2

Please sign in to comment.