diff --git a/apps/minifront/src/components/dashboard/assets-table/index.tsx b/apps/minifront/src/components/dashboard/assets-table/index.tsx index 9b815afd19..ac87a693b1 100644 --- a/apps/minifront/src/components/dashboard/assets-table/index.tsx +++ b/apps/minifront/src/components/dashboard/assets-table/index.tsx @@ -13,6 +13,7 @@ import { import { ValueViewComponent } from '@penumbra-zone/ui/components/ui/tx/view/value'; import { throwIfPraxNotConnectedTimeout } from '@penumbra-zone/client'; import { EquivalentValues } from './equivalent-values'; +import { Fragment } from 'react'; export const AssetsLoader: LoaderFunction = async (): Promise => { await throwIfPraxNotConnectedTimeout(); @@ -39,8 +40,8 @@ export default function AssetsTable() { return ( {balancesByAccount.map(account => ( - <> - + +
@@ -74,7 +75,7 @@ export default function AssetsTable() { ))} - + ))}
); diff --git a/packages/ui/components/ui/tx/view/value/index.tsx b/packages/ui/components/ui/tx/view/value/index.tsx index 6aedceeb73..0ca27c27fc 100644 --- a/packages/ui/components/ui/tx/view/value/index.tsx +++ b/packages/ui/components/ui/tx/view/value/index.tsx @@ -49,7 +49,7 @@ export const ValueViewComponent = ({ )} {showValue && ( - + {variant === 'equivalent' && <>~ } {formattedAmount} @@ -68,7 +68,7 @@ export const ValueViewComponent = ({ const encodedAssetId = getDisplayDenomFromView(view); return (
-

+

{fromBaseUnitAmount(amount, 0).toFormat()}

{encodedAssetId}