fix: check for session on LoyaltyPage DynamicContent

This commit is contained in:
Arvid Norlin
2024-06-12 14:04:49 +02:00
parent adf7374a3b
commit 603d100b5b
2 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ type OverviewTableTitleTranslation = {
export type OverviewTableTitleProps = { texts: OverviewTableTitleTranslation[] }
export type OverviewTableProps = { user?: User }
export type OverviewTableProps = { user: User | null }
export type Level = {
tier: membershipLevels