Skip to content

Commit

Permalink
fix: reduce delay
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau committed Dec 19, 2024
1 parent f619623 commit bdab885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/WithFallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useEffect, useState } from 'react';

import { LoadingFallback } from './LoadingFallback';

const MIN_DELAY = 500; // ms
const MIN_DELAY = 300; // ms

function isDataReady<TProps extends { data: unknown }>(
props: TProps
Expand Down

0 comments on commit bdab885

Please sign in to comment.