From b127584b1713a2b11b55fe00d4e83b575b32b3ca Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Wed, 22 May 2024 11:16:32 +0200 Subject: [PATCH] chore: use minus icon --- .../Loyalty/Blocks/DynamicContent/OverviewTable/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Loyalty/Blocks/DynamicContent/OverviewTable/index.tsx b/components/Loyalty/Blocks/DynamicContent/OverviewTable/index.tsx index 3b768963c..cce0ea67e 100644 --- a/components/Loyalty/Blocks/DynamicContent/OverviewTable/index.tsx +++ b/components/Loyalty/Blocks/DynamicContent/OverviewTable/index.tsx @@ -1,6 +1,7 @@ "use client" import { useState } from "react" +import { Minus } from "react-feather" import { Lang } from "@/constants/languages" import { _ } from "@/lib/translation" @@ -266,7 +267,7 @@ function BenefitCard({ comparedValues, title, description }: BenefitCardProps) { function BenefitValue({ benefit }: BenefitValueProps) { if (!benefit.unlocked) { - return "-" + return } if (!benefit.value) { return