Skip to content

Commit

Permalink
prettier?
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Mariotti committed Feb 26, 2025
1 parent d6199a5 commit 016ef58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/read-view/ReadView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const ReadView: FC = () => {
}, [board]);

useEffect(() => {
if (!card)return setCard(initialCards[0]);
if (!card) return setCard(initialCards[0]);
}, [board]);

useEffect(() => {
Expand Down

0 comments on commit 016ef58

Please sign in to comment.