The frontend should assume users member/admin state based on the following: - [ ] If no club is selected, assume member - [ ] Otherwise, use `is_admin` field from club member api response Make it easy to determine which mode the user is in, because there will be a lot of conditional rendering depending on that state value.
The frontend should assume users member/admin state based on the following:
is_adminfield from club member api responseMake it easy to determine which mode the user is in, because there will be a lot of conditional rendering depending on that state value.