export default (initialState: any) => { return { isAdmin: initialState?.user?.IsSuper, appMenu: true, adminMenu: false, }; };