Skip to content

Commit

Permalink
Merge pull request #26929 from Expensify/vit-hideSaveTheWorld
Browse files Browse the repository at this point in the history
[CP Staging] Remove the Save the world button from FAB

(cherry picked from commit 66bf25d)
  • Loading branch information
luacmartins authored and OSBotify committed Sep 7, 2023
1 parent d32b3ca commit 27d8f13
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 27d8f13

Please sign in to comment.