diff --git a/react/src/components/dashboard/notifications/notifications.render.js b/react/src/components/dashboard/notifications/notifications.render.js index 93c57b6..8a894c9 100644 --- a/react/src/components/dashboard/notifications/notifications.render.js +++ b/react/src/components/dashboard/notifications/notifications.render.js @@ -58,13 +58,13 @@ export const NotificationsModalRender = function() {
-
+
{ this.renderNotificationsByType('success') }
-
+
{ this.renderNotificationsByType('error') }
-
+
{ this.renderNotificationsByType('pending') }
@@ -91,7 +91,7 @@ export const NotificationsRender = function() { return (
{ this.state.calls.success } @@ -102,7 +102,7 @@ export const NotificationsRender = function() { { this.state.calls.pending } -
+
diff --git a/react/src/components/dashboard/receiveCoin/receiveCoin.render.js b/react/src/components/dashboard/receiveCoin/receiveCoin.render.js index d922d69..f5acf16 100644 --- a/react/src/components/dashboard/receiveCoin/receiveCoin.render.js +++ b/react/src/components/dashboard/receiveCoin/receiveCoin.render.js @@ -32,8 +32,8 @@ export const AddressActionsBasiliskModeRender = function(address) { export const AddressActionsNonBasiliskModeRender = function(address, type) { return ( - - + + { type === 'public' ? translate('IAPI.PUBLIC_SM') : translate('KMD_NATIVE.PRIVATE') }