fix: check for session on LoyaltyPage DynamicContent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user