From d24f0b3ccdfca56a524e4dfd8b9f88a2f6d116a9 Mon Sep 17 00:00:00 2001 From: Maurice Date: Fri, 20 Mar 2026 23:36:49 +0100 Subject: [PATCH] Fix Atlas: remove Next Trip, fix label wrapping (v2.5.0) --- client/src/pages/AtlasPage.jsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/client/src/pages/AtlasPage.jsx b/client/src/pages/AtlasPage.jsx index 8c17f4f..a8e7fce 100644 --- a/client/src/pages/AtlasPage.jsx +++ b/client/src/pages/AtlasPage.jsx @@ -421,23 +421,11 @@ function SidebarContent({ data, stats, countries, selectedCountry, countryDetail )} - {/* Next trip */} - {nextTrip && ( - - )} {/* Streak */} {streak > 0 && (
{streak} - + {streak === 1 ? t('atlas.yearInRow') : t('atlas.yearsInRow')}
@@ -446,7 +434,7 @@ function SidebarContent({ data, stats, countries, selectedCountry, countryDetail {tripsThisYear > 0 && (
{tripsThisYear} - + {tripsThisYear === 1 ? t('atlas.tripIn') : t('atlas.tripsIn')} {thisYear}