diff --git a/src/components/layout/InitialLoadingScreen.tsx b/src/components/layout/InitialLoadingScreen.tsx index eed246f..bb5f46c 100644 --- a/src/components/layout/InitialLoadingScreen.tsx +++ b/src/components/layout/InitialLoadingScreen.tsx @@ -9,7 +9,7 @@ interface InitialLoadingScreenProps { /** * Initial loading screen displayed when the app first loads */ -const InitialLoadingScreen = ({ message, progress, onComplete }: InitialLoadingScreenProps) => { +const InitialLoadingScreen = ({ message, progress }: InitialLoadingScreenProps) => { const [detailedStatus, setDetailedStatus] = useState([ "Initializing application...", "Setting up Steam integration...",