()
| 120 | } |
| 121 | |
| 122 | export function useShowActionBar(): boolean { |
| 123 | const { data } = useGeneralSettings() |
| 124 | return data?.showActionBar ?? true |
| 125 | } |
| 126 | |
| 127 | export function useBillingUsageNotifications(): boolean { |
| 128 | const { data } = useGeneralSettings() |
no test coverage detected