Skip to content

Commit

Permalink
10 secs takes forever changing it 3 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighbr committed Oct 7, 2021
1 parent 4f2c0ec commit 2636d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HarborRepository.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function HarborRepository(props: RepositoryProps) {

setTimeout(() => {
setLoading(true);
}, 10000);
}, 3000);
}, [props.project, props.repository]);

const theme = getTheme();
Expand Down

0 comments on commit 2636d47

Please sign in to comment.