feat(SW-285): add missing code for dynamic content
This commit is contained in:
@@ -4,7 +4,7 @@ import BenefitCard from "../BenefitCard"
|
||||
|
||||
import styles from "./benefitList.module.css"
|
||||
|
||||
import type { BenefitListProps } from "@/types/components/loyalty/blocks"
|
||||
import type { BenefitListProps } from "@/types/components/content/blocks"
|
||||
|
||||
export default function BenefitList({ levels }: BenefitListProps) {
|
||||
return getUnlockedBenefits(levels).map((benefit) => {
|
||||
|
||||
Reference in New Issue
Block a user