From 2691e78cd4d5486581656a490b9fb5386e68a5d9 Mon Sep 17 00:00:00 2001 From: Ashutosh Bishnoi Date: Mon, 19 Apr 2021 13:12:57 +0530 Subject: More code formatting --- modern/src/CachingController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/CachingController.js') diff --git a/modern/src/CachingController.js b/modern/src/CachingController.js index 7adb39b..fa3b9f6 100644 --- a/modern/src/CachingController.js +++ b/modern/src/CachingController.js @@ -3,7 +3,6 @@ import { connect } from 'react-redux'; import { geofencesActions } from './store'; import { useEffectAsync } from './reactHelper'; - const CachingController = () => { const authenticated = useSelector(state => !!state.session.user); const dispatch = useDispatch(); @@ -16,6 +15,7 @@ const CachingController = () => { } } }, [authenticated]); + return null; } -- cgit v1.2.3