-
- -
+
+ className={ this.state.activeTab === 0 ? 'tab-pane active' : 'tab-pane' }>
{ this.renderNotificationsByType('success') }
+ className={ this.state.activeTab === 1 ? 'tab-pane active' : 'tab-pane' }>
{ this.renderNotificationsByType('error') }
+ className={ this.state.activeTab === 2 ? 'tab-pane active' : 'tab-pane' }>
{ this.renderNotificationsByType('pending') }
@@ -87,7 +81,6 @@ export const NotificationsModalRender = function () {
diff --git a/react/src/components/dashboard/receiveCoin.render.js b/react/src/components/dashboard/receiveCoin.render.js
index 4c08412..dd4e5d5 100644
--- a/react/src/components/dashboard/receiveCoin.render.js
+++ b/react/src/components/dashboard/receiveCoin.render.js
@@ -13,13 +13,13 @@ export const AddressActionsBasiliskModeRender = function (address) {
onClick={ () => this._copyCoinAddress(address) }>
{ translate('INDEX.COPY') }
this._checkAddressBasilisk(address) }>
this._validateAddressBasilisk(address) }>
@@ -36,7 +36,7 @@ export const AddressActionsNonBasiliskModeRender = function (address) {
+ onClick={ () => this._copyCoinAddress(address) }>
{ translate('INDEX.COPY') }