Skip to content

Commit

Permalink
Merge pull request #27479 from Expensify/marco-removeSTWbutton
Browse files Browse the repository at this point in the history
Remove the STW button
  • Loading branch information
marcochavezf authored Sep 15, 2023
2 parents be091a9 + 7277fd7 commit 6f92a20
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,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.TEACHERS_UNITE)),
},
{
icon: Expensicons.Receipt,
text: props.translate('iou.splitBill'),
Expand Down

0 comments on commit 6f92a20

Please sign in to comment.