Skip to content

Commit

Permalink
code changes based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
HezekielT committed Apr 8, 2024
1 parent ee852df commit 4192624
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions src/components/EmojiPicker/EmojiPickerButtonDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@ import CONST from '@src/CONST';
type EmojiPickerButtonDropdownProps = {
/** Flag to disable the emoji picker button */
isDisabled?: boolean;

accessibilityLabel?: string;

role?: string;

onModalHide: EmojiPickerAction.OnModalHideValue;

onInputChange: (emoji: string) => void;

value?: string;

disabled?: boolean;

style: StyleProp<ViewStyle>;
};

Expand Down
3 changes: 0 additions & 3 deletions src/components/Form/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ import type {BaseForm} from '@src/types/form/Form';
/**
* This type specifies all the inputs that can be used with `InputWrapper` component. Make sure to update it
* when adding new inputs or removing old ones.
*
* TODO: Add remaining inputs here once these components are migrated to Typescript:
* EmojiPickerButtonDropdown
*/
type ValidInputs =
| typeof TextInput
Expand Down

0 comments on commit 4192624

Please sign in to comment.