From 4bdab3410e46c1951e1a13ffb3f40006aba1b87e Mon Sep 17 00:00:00 2001 From: diminator Date: Fri, 4 Sep 2015 14:48:10 +0200 Subject: [PATCH] contractagreementserializer with contract fully expanded --- js/app.js | 1 - .../components/ikonotv/ikonotv_contract_notifications.js | 9 ++++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 785068a4..5ad36d28 100644 --- a/js/app.js +++ b/js/app.js @@ -72,7 +72,6 @@ class AppGateway { type = settings.type; subdomain = settings.subdomain; } - EventActions.applicationWillBoot(settings); window.appRouter = Router.run(getRoutes(type, subdomain), Router.HistoryLocation, (App) => { React.render( diff --git a/js/components/whitelabel/wallet/components/ikonotv/ikonotv_contract_notifications.js b/js/components/whitelabel/wallet/components/ikonotv/ikonotv_contract_notifications.js index 80b39bee..636948d6 100644 --- a/js/components/whitelabel/wallet/components/ikonotv/ikonotv_contract_notifications.js +++ b/js/components/whitelabel/wallet/components/ikonotv/ikonotv_contract_notifications.js @@ -35,7 +35,14 @@ let IkonotvContractNotifications = React.createClass({ return (
- +
+ +
+
+ +
);