From e02925f5b383744252ee072dfeb5c2109861e916 Mon Sep 17 00:00:00 2001 From: mmv Date: Thu, 11 Jul 2019 17:00:40 +0400 Subject: [PATCH] rename notx component --- .../safe/components/TransactionsNew/NoTransactions/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/safe/components/TransactionsNew/NoTransactions/index.jsx b/src/routes/safe/components/TransactionsNew/NoTransactions/index.jsx index f6e99d08..c9def66b 100644 --- a/src/routes/safe/components/TransactionsNew/NoTransactions/index.jsx +++ b/src/routes/safe/components/TransactionsNew/NoTransactions/index.jsx @@ -5,7 +5,7 @@ import Col from '~/components/layout/Col' import Row from '~/components/layout/Row' import Paragraph from '~/components/layout/Paragraph/index' -const NoRights = () => ( +const NoTransactions = () => ( @@ -15,4 +15,4 @@ const NoRights = () => ( ) -export default NoRights +export default NoTransactions