diff --git a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx index 61f99725b..8cc468a6a 100644 --- a/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx +++ b/apps/scandic-web/components/MyPages/LevelProgressCard/InnerCard/ProgressSection/index.tsx @@ -24,11 +24,15 @@ export default function ProgressSection({ const intl = useIntl() const hasMarkerPosition = progress.markerPosition !== undefined + const shouldWrap = + hasMarkerPosition && toKeepCurrent && (progress.markerPosition ?? 0) < 30 + return (