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