only show cake has avaliable currency
This commit is contained in:
@@ -25,6 +25,8 @@ export const Balances: FC<Props> = ({ balancesRef }) => {
|
||||
balancesRef
|
||||
);
|
||||
|
||||
if (!nodes?.length) return null;
|
||||
|
||||
return (
|
||||
<div className="-mx-4 sm:-mx-8 px-4 sm:px-8 py-4 overflow-x-auto">
|
||||
<div className="inline-block min-w-full shadow rounded-lg overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user