Skip to content

Commit

Permalink
update BalanceQuery type
Browse files Browse the repository at this point in the history
  • Loading branch information
cindywu committed Nov 23, 2024
1 parent 7a5f5f1 commit ac135af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function MoreBalances({ balanceQuery }: MoreBalancesProps) {
}

type BalancesProps = {
balanceQuery: ComponentProps<typeof ReconcilingMessage>['balanceQuery'];
balanceQuery: { name: `balance-query-${string}`; query: Query };
showExtraBalances: boolean;
onToggleExtraBalances: () => void;
account: AccountEntity;
Expand Down

0 comments on commit ac135af

Please sign in to comment.