mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-16 15:58:00 +00:00
rename again
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
} from '../Contexts/GlobalSettingsContext';
|
||||
import { useWakeLock } from 'react-screen-wake-lock';
|
||||
import { useAnalytics } from '../Hooks/useAnalytics';
|
||||
import { InitialPlaySettings } from '../Data/getInitialPlayers';
|
||||
import { InitialGameSettings } from '../Data/getInitialPlayers';
|
||||
|
||||
export const GlobalSettingsProvider = ({
|
||||
children,
|
||||
@@ -23,7 +23,7 @@ export const GlobalSettingsProvider = ({
|
||||
const [showStartingPlayer, setShowStartingPlayer] = useState(true);
|
||||
|
||||
const [initialGameSettings, setInitialGameSettings] =
|
||||
useState<InitialPlaySettings | null>(
|
||||
useState<InitialGameSettings | null>(
|
||||
savedGameSettings ? JSON.parse(savedGameSettings) : null
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user