diff --git a/src/js/views/Wallet/components/Tabs/index.js b/src/js/views/Wallet/components/TopNavigationAccount/index.js similarity index 96% rename from src/js/views/Wallet/components/Tabs/index.js rename to src/js/views/Wallet/components/TopNavigationAccount/index.js index f8b85375..b08dddb3 100644 --- a/src/js/views/Wallet/components/Tabs/index.js +++ b/src/js/views/Wallet/components/TopNavigationAccount/index.js @@ -76,7 +76,7 @@ class Indicator extends Component { } } -const AccountTabs = (props: any) => { +const TopNavigationAccount = (props: any) => { const urlParams = props.match.params; const basePath = `/device/${urlParams.device}/network/${urlParams.network}/account/${urlParams.account}`; @@ -102,4 +102,4 @@ const AccountTabs = (props: any) => { ); }; -export default AccountTabs; \ No newline at end of file +export default TopNavigationAccount; \ No newline at end of file diff --git a/src/js/views/Wallet/index.js b/src/js/views/Wallet/index.js index 494981d1..d2def25f 100644 --- a/src/js/views/Wallet/index.js +++ b/src/js/views/Wallet/index.js @@ -17,7 +17,7 @@ import Log from 'components/Log'; import DeviceSettingsTabs from './views/DeviceSettingsTabs'; import LeftNavigation from './components/LeftNavigation/Container'; -import AccountTabs from './components/Tabs'; +import TopNavigationAccount from './components/TopNavigationAccount'; type WalletContainerProps = { wallet: $ElementType, @@ -80,8 +80,8 @@ const Wallet = (props: WalletContainerProps) => ( - +