From fd3108065a7c6500838c7ee993e14389ce47fe35 Mon Sep 17 00:00:00 2001 From: fvlvte Date: Fri, 29 Dec 2023 23:57:16 +0100 Subject: [PATCH] Linked issue. --- src/components/withKeyboardState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,