Skip to content

Commit

Permalink
Remove the Save the world button from FAB
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Sep 7, 2023
1 parent 46e6e20 commit 6b77022
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 6b77022

Please sign in to comment.