Skip to content

Commit 2d0377b

Browse files
committed
Fix formatting
1 parent a8f2985 commit 2d0377b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Letter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function Letter() {
6060
// Include 1s delay for smoother transition
6161
const timeoutId = setTimeout(
6262
() => setIsLoading(false),
63-
LOADING_DISPLAY_DELAY_MS
63+
LOADING_DISPLAY_DELAY_MS,
6464
);
6565
return () => clearTimeout(timeoutId);
6666
}

0 commit comments

Comments
 (0)