Skip to content

Commit bdab885

Browse files
committed
fix: reduce delay
1 parent f619623 commit bdab885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/WithFallback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useEffect, useState } from 'react';
44

55
import { LoadingFallback } from './LoadingFallback';
66

7-
const MIN_DELAY = 500; // ms
7+
const MIN_DELAY = 300; // ms
88

99
function isDataReady<TProps extends { data: unknown }>(
1010
props: TProps

0 commit comments

Comments
 (0)