Skip to content

Commit

Permalink
Merge pull request #27763 from Expensify/marco-removeSTWButton2
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr authored Sep 19, 2023
2 parents 66fd104 + 680d006 commit 57a7da5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,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)),
},
...(Permissions.canUseTasks(props.betas)
? [
{
Expand Down

0 comments on commit 57a7da5

Please sign in to comment.