We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f2985 commit 2d0377bCopy full SHA for 2d0377b
frontend/src/Letter.tsx
@@ -60,7 +60,7 @@ export default function Letter() {
60
// Include 1s delay for smoother transition
61
const timeoutId = setTimeout(
62
() => setIsLoading(false),
63
- LOADING_DISPLAY_DELAY_MS
+ LOADING_DISPLAY_DELAY_MS,
64
);
65
return () => clearTimeout(timeoutId);
66
}
0 commit comments