Skip to content

Commit

Permalink
choe: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed May 6, 2024
1 parent 6fa02f9 commit 5ebbb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/Balances/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const BalancesProvider = ({ children }: { children: ReactNode }) => {
const { activeAccount, activeProxy } = useActiveAccounts();
const controller = getBondedAccount(activeAccount);

// Listen to balance updates for the active account, active proxy and controller..
// Listen to balance updates for the active account, active proxy and controller.
const {
activeBalances,
getLocks,
Expand Down

0 comments on commit 5ebbb30

Please sign in to comment.