From 27d441d7a65e2af7805a1068e2ff4840041546c6 Mon Sep 17 00:00:00 2001 From: William Grant Date: Wed, 24 Jan 2024 16:30:38 +1100 Subject: [PATCH] fix: cleanup --- ts/state/selectors/section.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/state/selectors/section.ts b/ts/state/selectors/section.ts index b9e05e84e..eda5b7f44 100644 --- a/ts/state/selectors/section.ts +++ b/ts/state/selectors/section.ts @@ -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