Skip to content

Commit

Permalink
chore: rename component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Mar 14, 2024
1 parent 76f964b commit c8227d3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useActiveAccounts } from 'contexts/ActiveAccounts';
import { Item } from './Item';
import { ActiveAccounsWrapper } from './Wrappers';

export const ActiveAccounts = () => {
export const AccountControls = () => {
const { activeProxy, activeAccount } = useActiveAccounts();

return (
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/pages/Overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next';
import { CardWrapper } from 'library/Card/Wrappers';
import { StatBoxList } from 'library/StatBoxList';
import { PluginLabel } from 'library/PluginLabel';
import { ActiveAccounts } from './ActiveAccounts';
import { AccountControls } from './AccountControls';
import { BalanceChart } from './BalanceChart';
import { BalanceLinks } from './BalanceLinks';
import { NetworkStats } from './NetworkSats';
Expand All @@ -29,7 +29,7 @@ export const Overview = () => {
<PageTitle title={t('overview.overview')} />
<PageRow>
<PageHeadingWrapper>
<ActiveAccounts />
<AccountControls />
</PageHeadingWrapper>
</PageRow>
<StatBoxList>
Expand Down

0 comments on commit c8227d3

Please sign in to comment.