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

[fix] Hide certify button on wallet certifications - fix #434

parent 09a98be0
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
<button id="helptip-certs-certify"
class="button button-raised button-calm icon-left ion-ribbon-b"
ng-if="formData.hasSelf"
ng-if="canCertify"
ng-click="certify()"
ng-disabled="disableCertifyButton">
{{'WOT.BTN_CERTIFY' | translate}}
......
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