Skip to content

Commit

Permalink
Linked issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvlvte committed Dec 29, 2023
1 parent 9014148 commit fd31080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/withKeyboardState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd31080

Please sign in to comment.