locker buttons if user doesnt have required membership

This commit is contained in:
2025-05-29 13:34:47 +03:00
parent 91c6693190
commit e30eb10d7d
4 changed files with 90 additions and 39 deletions

View File

@@ -113,8 +113,7 @@ export interface User {
email: string
country?: string
city?: string
plan: MembershipPlans
account_type?: string // user или manager
account_type: string
}
export interface UserState {