diff --git a/src/components/withKeyboardState.tsx b/src/components/withKeyboardState.tsx index fd00ef920399..0c168a4537f5 100755 --- a/src/components/withKeyboardState.tsx +++ b/src/components/withKeyboardState.tsx @@ -9,7 +9,7 @@ type KeyboardStateContextValue = { isKeyboardShown: boolean; }; -// TODO: Remove - left for backwards compatibility with existing components. +// TODO: Remove - left for backwards compatibility with existing components (https://github.com/Expensify/App/issues/25151) const keyboardStatePropTypes = { /** Whether the keyboard is open */ isKeyboardShown: PropTypes.bool.isRequired,