From f80b71512e8abe7e592f28da887049401b42d0fb Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Tue, 11 Apr 2017 10:11:41 +0200
Subject: [PATCH]  [fix] Hide certify button on wallet certifications - fix
 #434

---
 www/templates/wot/view_certifications.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/templates/wot/view_certifications.html b/www/templates/wot/view_certifications.html
index 97f7875f9..1e77ae040 100644
--- a/www/templates/wot/view_certifications.html
+++ b/www/templates/wot/view_certifications.html
@@ -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}}
-- 
GitLab