Created select account input
This commit is contained in:
@@ -14,7 +14,7 @@ import React from "react";
|
||||
import { useLocation } from "react-router-dom";
|
||||
import { useAccounts } from "../hooks/AccountsListProvider";
|
||||
import { usePublicMode } from "../hooks/context_providers/PublicModeProvider";
|
||||
import { AccountWidget } from "./AccountWidget";
|
||||
import { AccountIconWidget } from "./AccountIconWidget";
|
||||
import { AmountWidget } from "./AmountWidget";
|
||||
import { RouterLink } from "./RouterLink";
|
||||
import { useUnmatchedInboxEntriesCount } from "../hooks/UnmatchedInboxEntriesCountProvider";
|
||||
@@ -74,7 +74,7 @@ export function MoneyNavList(): React.ReactElement {
|
||||
publicMode.enabled ? <></> : <AmountWidget amount={a.balance} />
|
||||
}
|
||||
uri={`/account/${a.id}`}
|
||||
icon={<AccountWidget account={a} />}
|
||||
icon={<AccountIconWidget account={a} />}
|
||||
/>
|
||||
))}
|
||||
</List>
|
||||
|
||||
Reference in New Issue
Block a user