Remove comment

This commit is contained in:
Eric Bailey
2024-12-17 13:59:17 -06:00
parent d0b6000d22
commit 511a13ec2f
-1
View File
@@ -16,7 +16,6 @@ const Context = React.createContext<Context>({
export function Provider({children}: React.PropsWithChildren<{}>) {
const gate = useGate()
const langPrefs = useLanguagePrefs()
// refetches at most every minute
const {data: config, isLoading: isInitialLoad} = useServiceConfigQuery()
const ctx = React.useMemo<Context>(() => {
if (__DEV__) {