Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -70,7 +70,8 @@ function injectAccountFeatureRoutes(
|
||||
account: string,
|
||||
features: Record<string, boolean>,
|
||||
): z.output<typeof NavigationConfigSchema> {
|
||||
if (!features.fischerei && !features.meetings && !features.verband) return config;
|
||||
if (!features.fischerei && !features.meetings && !features.verband)
|
||||
return config;
|
||||
|
||||
const featureEntries: Array<{
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user