Skip to content

Commit

Permalink
fix: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Oct 5, 2023
1 parent b501c61 commit 47fe103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function ContextedApp() {
const [recoilKey, setRecoilKey] = useState(0);
return (
<RecoilRoot key={recoilKey}>
<React.Suspense fallback={<div>CHAAARGEMENT</div>}>
<React.Suspense fallback={<div></div>}>
<RecoilNexus />
<App resetRecoil={() => setRecoilKey((k) => k + 1)} />
</React.Suspense>
Expand Down

0 comments on commit 47fe103

Please sign in to comment.