diff --git a/app/views/AIAppActionsView.tsx b/app/views/AIAppActionsView.tsx index 5e0d63bd96..5c71aed5b1 100644 --- a/app/views/AIAppActionsView.tsx +++ b/app/views/AIAppActionsView.tsx @@ -35,7 +35,7 @@ const AIAppActionsView = () => { <> } + left={() => } translateTitle={false} key={`${button.appId}/${button.actionId}`} onPress={() => performInteraction(button)} diff --git a/app/views/RoomActionsView/components/AIAppActionButtons.tsx b/app/views/RoomActionsView/components/AIAppActionButtons.tsx index 45f24d7739..9a6c1fb5c9 100644 --- a/app/views/RoomActionsView/components/AIAppActionButtons.tsx +++ b/app/views/RoomActionsView/components/AIAppActionButtons.tsx @@ -24,7 +24,7 @@ const AIAppActionButtons = ({ room }: AIAppActionButtonsProps) => { title={'Ai Actions'} onPress={() => navigation.navigate('AIAppActionsView', { aiAppActionButtons: appActionButtons, rid: room.rid })} testID='room-actions-call' - left={() => } + left={() => } showActionIndicator />