feat(SW-312): fix "2-for-1-breakfast" only unlocked for level 5
This commit is contained in:
committed by
Christel Westerberg
parent
00fc2af3dd
commit
41827f0fe0
@@ -4,7 +4,7 @@ import CheckCircle from "@/components/Icons/CheckCircle"
|
||||
|
||||
import styles from "./benefitValue.module.css"
|
||||
|
||||
import { BenefitValueProps } from "@/types/components/loyalty/blocks"
|
||||
import type { BenefitValueProps } from "@/types/components/loyalty/blocks"
|
||||
|
||||
export default function BenefitValue({ benefit }: BenefitValueProps) {
|
||||
if (!benefit.unlocked) {
|
||||
|
||||
Reference in New Issue
Block a user