This commit is contained in:
2025-11-10 21:03:29 +01:00
parent f0d864c2aa
commit 6e0f8c7e29
2 changed files with 81 additions and 1 deletions

View File

@@ -722,6 +722,8 @@ function App() {
authorizedFetch={authorizedFetch}
knownStores={stores}
userLocation={preferences?.location || null}
locationLoading={preferencesLoading}
onRequestLocation={updateLocation}
/>
}
/>