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
  • Loading branch information
luacmartins authored Sep 7, 2023
2 parents 46e6e20 + 6b77022 commit 66bf25d
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 66bf25d

Please sign in to comment.