Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle committed Aug 9, 2024
1 parent 03e3610 commit 35fb04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/assistant_builder/AssistantBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export default function AssistantBuilder({
]);

const [doTypewriterEffect, setDoTypewriterEffect] = useState(
template !== null && builderState.instructions
Boolean(template !== null && builderState.instructions)
);

const modalTitle = agentConfigurationId
Expand Down

0 comments on commit 35fb04f

Please sign in to comment.