Skip to content
Snippets Groups Projects
Commit ba026f5d authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Hide "invitation" icon for non-member wallet

[fix] Hide google API settings - fix #580
parent 6e73cf84
No related branches found
No related tags found
No related merge requests found
<!-- Top header: Main section -->
<div ng-if="enable && extensionPoint === 'nav-buttons-right'" class="hidden-xs hidden-sm">
<div
ng-if="enable && extensionPoint === 'nav-buttons-right'" class="hidden-xs hidden-sm">
<!-- invitation event -->
<button class="button button-clear icon ion-person-stalker"
ng-if="login"
ng-if="login && $root.walletData.isMember"
active-link="gray"
active-link-path-prefix="#/app/invitations"
ng-click="showInvitationsPopover($event)">
......
<span class="item item-divider" translate>MAP.SETTINGS.MAP_DIVIDER</span>
<!--<span class="item item-divider" translate>MAP.SETTINGS.MAP_DIVIDER</span>
<label class="item item-toggle dark item-text-wrap">
<span translate>MAP.SETTINGS.ENABLE_GOOGLE_API</span>
......@@ -32,4 +32,4 @@
<div class="form-error">
<span translate="ERROR.FIELD_REQUIRED"></span>
</div>
</div>
</div>-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment