chore: make PR fixes

This commit is contained in:
Arvid Norlin
2024-05-22 13:38:45 +02:00
parent b127584b17
commit bd93071e39
4 changed files with 41 additions and 40 deletions

View File

@@ -66,8 +66,8 @@ export type LevelSummaryProps = {
export type BenefitCardProps = {
comparedValues: {
a: { unlocked: boolean; value?: string; valueDetails?: string }
b: { unlocked: boolean; value?: string; valueDetails?: string }
a: BenefitValueInformation
b: BenefitValueInformation
}
title: string
description: string