Switch to the new grid once there are >12 participants

This commit is contained in:
Robin Townsend
2023-06-13 12:47:45 -04:00
parent 4d5c3cd773
commit 2916eb45aa
4 changed files with 3 additions and 19 deletions

View File

@@ -98,7 +98,5 @@ export const useOptInAnalytics = (): DisableableSetting<boolean | null> => {
return [false, null];
};
export const useNewGrid = () => useSetting("new-grid", false);
export const useDeveloperSettingsTab = () =>
useSetting("developer-settings-tab", false);