diff --git a/app/components/AmountsPanel/index.jsx b/app/components/AmountsPanel/index.jsx index c91d1ef6b..6f2957b87 100644 --- a/app/components/AmountsPanel/index.jsx +++ b/app/components/AmountsPanel/index.jsx @@ -2,12 +2,11 @@ import React from 'react' import classNames from 'classnames' import { orderBy, times, has } from 'lodash-es' +import { FormattedMessage } from 'react-intl' import AmountsInfoBox from './AmountsInfoBox' import { CURRENCIES, PRICE_UNAVAILABLE } from '../../core/constants' - import Nothing from '../../assets/icons/nothing.svg' - import amountBoxStyles from './AmountsInfoBox/AmountsInfoBox.scss' import styles from './AmountsPanel.scss' @@ -38,7 +37,10 @@ const AmountsPanel = ({ amountsData, currencyCode }: Props) => { if (!Array.isArray(amountsData) || amountsData.length === 0) { return (
-

Nothing to see here!

+ {' '} +

+ +

) } diff --git a/app/components/Dashboard/TokenBalancesPanel/TokenBalancesPanel.jsx b/app/components/Dashboard/TokenBalancesPanel/TokenBalancesPanel.jsx index 588929e76..981cfce00 100644 --- a/app/components/Dashboard/TokenBalancesPanel/TokenBalancesPanel.jsx +++ b/app/components/Dashboard/TokenBalancesPanel/TokenBalancesPanel.jsx @@ -49,16 +49,12 @@ export default class TokenBalancesPanel extends React.Component { return (
-

Nothing to see here!

+ +

+ +

-

- You’ll need to transfer compatible NEP-5 assets to this wallet - using{' '} - - receive - {' '} - or your public address: -

+

( {translation => (