Skip to content

Commit

Permalink
not allow for anonymous
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Nov 21, 2023
1 parent e5003df commit 1a35980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ShareCodePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class ShareCodePage extends React.Component {

<View style={{marginTop: 36}}>
<MenuItem
isAnonymousAction
title={this.props.translate(`referralProgram.${CONST.REFERRAL_PROGRAM.CONTENT_TYPES.SHARE_CODE}.buttonText1`)}
icon={Expensicons.Cash}
onPress={() => Navigation.navigate(ROUTES.REFERRAL_DETAILS_MODAL.getRoute(CONST.REFERRAL_PROGRAM.CONTENT_TYPES.SHARE_CODE))}
Expand Down

0 comments on commit 1a35980

Please sign in to comment.