diff --git a/js/components/coa_verify_container.js b/js/components/coa_verify_container.js index 6d0af0fa..4a270cf4 100644 --- a/js/components/coa_verify_container.js +++ b/js/components/coa_verify_container.js @@ -27,7 +27,7 @@ let CoaVerifyContainer = React.createClass({ return (
-
+
{getLangText('Verify your Certificate of Authenticity')}
@@ -37,7 +37,7 @@ let CoaVerifyContainer = React.createClass({ signature={signature}/>

- {getLangText('ascribe is using the following public key for verification')}: + {getLangText('ascribe is using the following public key for verification')}:
                 -----BEGIN PUBLIC KEY-----
@@ -60,9 +60,8 @@ let CoaVerifyForm = React.createClass({
     },
 
     handleSuccess(response){
-        let notification = null;
         if (response.verdict) {
-            notification = new GlobalNotificationModel(getLangText('Certificate of Authenticity successfully verified'), 'success');
+            const notification = new GlobalNotificationModel(getLangText('Certificate of Authenticity successfully verified'), 'success');
             GlobalNotificationActions.appendGlobalNotification(notification);
         }
     },
@@ -71,46 +70,44 @@ let CoaVerifyForm = React.createClass({
         const { message, signature } = this.props;
 
         return (
-            
-
- {getLangText('Verify your Certificate of Authenticity')} - } - spinner={ - - - - }> - - - - - - -
-
-
+
+ {getLangText('Verify your Certificate of Authenticity')} + + } + spinner={ + + + + }> + + + + + + +
+
); } }); diff --git a/js/components/whitelabel/wallet/wallet_routes.js b/js/components/whitelabel/wallet/wallet_routes.js index a5a0e075..b4e3c7ea 100644 --- a/js/components/whitelabel/wallet/wallet_routes.js +++ b/js/components/whitelabel/wallet/wallet_routes.js @@ -77,7 +77,7 @@ let ROUTES = { component={ProxyHandler(AuthRedirect({to: '/login', when: 'loggedOut'}))(CylandPieceList)} headerTitle='COLLECTION' /> - + @@ -112,7 +112,7 @@ let ROUTES = { headerTitle='COLLECTION' /> - + ), @@ -156,7 +156,7 @@ let ROUTES = { component={ProxyHandler(AuthRedirect({to: '/login', when: 'loggedOut'}))(IkonotvContractNotifications)} /> - + ), @@ -192,7 +192,7 @@ let ROUTES = { headerTitle='COLLECTION' /> - + ), @@ -228,7 +228,7 @@ let ROUTES = { headerTitle='COLLECTION' /> - + )