fix: cleanup

pull/3017/head
William Grant 1 year ago
parent 22402a5f73
commit 27d441d7a6

@ -25,7 +25,6 @@ export const getIsAppFocused = createSelector(
(state: SectionStateType): boolean => state.isAppFocused
);
// TODO This should probably be renamed to getLeftOverlayMode and the props should be updated.
export const getLeftOverlayMode = createSelector(
getSection,
(state: SectionStateType): LeftOverlayMode | undefined => state.leftOverlayMode

Loading…
Cancel
Save