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