diff --git a/app/features/img-export/components/SeasonSummaryGraphic.tsx b/app/features/img-export/components/SeasonSummaryGraphic.tsx index 9ba63f850..c28216ebd 100644 --- a/app/features/img-export/components/SeasonSummaryGraphic.tsx +++ b/app/features/img-export/components/SeasonSummaryGraphic.tsx @@ -184,9 +184,11 @@ export function SeasonSummaryGraphic({ {tier.isPlus ? "+" : ""}
{sp.toFixed(1)}SP
-
- {t("user:seasons.peak")} {peakSp.toFixed(1)}SP -
+ {peakSp.toFixed(1) === sp.toFixed(1) ? null : ( +
+ {t("user:seasons.peak")} {peakSp.toFixed(1)}SP +
+ )} {typeof soloRank === "number" ? (