chore: make PR fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user