diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-20 11:30:44 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-20 11:30:44 +0200 |
| commit | 12a64142edf72579a8f492c56e764cfa15ae6235 (patch) | |
| tree | e521c4b7131c22c2abdb2e1ab4ca900c9f59469b /src/frontend/app/components | |
| parent | fd356018334c06b1f4e5e87a11d03bae67beda66 (diff) | |
Actualizar cosas, traer de vuelta tráfico de Vigo
Diffstat (limited to 'src/frontend/app/components')
| -rw-r--r-- | src/frontend/app/components/shared/AppMap.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/shared/AppMap.tsx b/src/frontend/app/components/shared/AppMap.tsx index 8d0aa64..9b6c312 100644 --- a/src/frontend/app/components/shared/AppMap.tsx +++ b/src/frontend/app/components/shared/AppMap.tsx @@ -101,7 +101,7 @@ export const AppMap = forwardRef<MapRef, AppMapProps>( useImperativeHandle(ref, () => mapRef.current!); useEffect(() => { - loadStyle("openfreemap", theme, { + loadStyle({ includeTraffic: showTraffic, language: i18n.language, }) |
