Skip to content

Commit

Permalink
Fixed FadeIn missing break in switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Oct 27, 2023
1 parent 0221e2d commit 03b951e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/root/FadeIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default function FadeIn({
break;
case 3:
delay = 'delay-300';
break;
case -1:
delay = 'delay-500';
break;
Expand Down

0 comments on commit 03b951e

Please sign in to comment.