Skip to content

Commit

Permalink
Fixing brace alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
am-bean committed Aug 21, 2024
1 parent 21ee265 commit d87f007
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@ const ChatWithInstructions: FC<
<div className="flex items-end justify-end gap-4">
<GeneralButton
text="I understand"
onClick={() => setReadInstructions(true)
}
onClick={() => setReadInstructions(true)}
className="border-0 font-weight-bold light-gray-bg task-action-btn"
/>
</div>
Expand Down

0 comments on commit d87f007

Please sign in to comment.