erged with master and fixed missing bug

This commit is contained in:
u-e 2019-02-06 16:50:45 +03:00
parent 8d56ba3c23
commit 66a43035cc

View File

@ -65,14 +65,15 @@ class ApplicationScreen extends Component {
<IntlProvider locale={locale} messages={flattenMessages(messages[locale])}>
<ReduxNavigation />
{isShowToastNotification && (
<ToastNotification
text={toastNotification}
duration={2000}
onHide={this._handleOnHideToastNotification}
/>
)}
</IntlProvider>
{isShowToastNotification && (
<ToastNotification
text={toastNotification}
duration={2000}
onHide={this._handleOnHideToastNotification}
/>
)}
</Fragment>
);
}