From 558a2f91a56bc30a717f7dde81e5b64b5edf279d Mon Sep 17 00:00:00 2001 From: yash-rajpal Date: Thu, 21 Nov 2024 22:01:05 +0530 Subject: [PATCH] update stars icon --- app/views/AIAppActionsView.tsx | 2 +- app/views/RoomActionsView/components/AIAppActionButtons.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 />