diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 5add3f5..eb8bf5e 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -295,6 +295,7 @@ export default function AppLayout() { src="https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80" />
+ {/*
{JSON.stringify(currentStation, null, 2)}
*/}
{t('layout.stationAddress')}:{currentStation.address || t('layout.defaultStationAddress')}
{t('layout.stationType')}:{currentStation.type || t('layout.groundStation')}