+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Add your tokens
+ Search for the token or add them manually by pasting token address into search input.
+
+);
+export default AddTokenMessage;
\ No newline at end of file
diff --git a/src/views/Wallet/views/Account/Summary/index.js b/src/views/Wallet/views/Account/Summary/index.js
index 2c4dfc5c..197b285c 100644
--- a/src/views/Wallet/views/Account/Summary/index.js
+++ b/src/views/Wallet/views/Account/Summary/index.js
@@ -16,6 +16,7 @@ import Link from 'components/Link';
import { FONT_WEIGHT, FONT_SIZE } from 'config/variables';
import AccountBalance from './components/Balance';
import AddedToken from './components/Token';
+import AddTokenMessage from './components/AddTokenMessage';
import type { Props } from './Container';
@@ -146,6 +147,7 @@ const AccountSummary = (props: Props) => {
/>