From 27d8f1322a1cd7961b5e5d9505e619f025272b7f Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Thu, 7 Sep 2023 16:29:21 +0800 Subject: [PATCH] Merge pull request #26929 from Expensify/vit-hideSaveTheWorld [CP Staging] Remove the Save the world button from FAB (cherry picked from commit 66bf25dcc0b34173f0f704f0174305bfea1b53e2) --- .../sidebar/SidebarScreen/FloatingActionButtonAndPopover.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js index 1a3f63ede6e6..a75a03f7a517 100644 --- a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js +++ b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js @@ -238,11 +238,6 @@ function FloatingActionButtonAndPopover(props) { text: props.translate('iou.requestMoney'), onSelected: () => interceptAnonymousUser(() => IOU.startMoneyRequest(CONST.IOU.MONEY_REQUEST_TYPE.REQUEST)), }, - { - icon: Expensicons.Heart, - text: props.translate('sidebarScreen.saveTheWorld'), - onSelected: () => interceptAnonymousUser(() => Navigation.navigate(ROUTES.SAVE_THE_WORLD)), - }, { icon: Expensicons.Receipt, text: props.translate('iou.splitBill'),