Skip to content

Commit

Permalink
remove STW button
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Sep 19, 2023
1 parent e90b043 commit 680d006
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 680d006

Please sign in to comment.