diff --git a/src/components/ReportActionItem/ActionableItemButtons.tsx b/src/components/ReportActionItem/ActionableItemButtons.tsx index 4ea02ce0fba1..26700da1bcc0 100644 --- a/src/components/ReportActionItem/ActionableItemButtons.tsx +++ b/src/components/ReportActionItem/ActionableItemButtons.tsx @@ -22,7 +22,6 @@ type ActionableItemButtonsProps = { styles?: { text?: StyleProp; button?: StyleProp; - container?: StyleProp; }; }; @@ -31,7 +30,7 @@ function ActionableItemButtons(props: ActionableItemButtonsProps) { const {translate} = useLocalize(); return ( - + {props.items?.map((item) => (