diff --git a/ui/src/components/Accordion/TokensStateAccordion.tsx b/ui/src/components/Accordion/TokensStateAccordion.tsx index 631924a..422f284 100644 --- a/ui/src/components/Accordion/TokensStateAccordion.tsx +++ b/ui/src/components/Accordion/TokensStateAccordion.tsx @@ -172,8 +172,8 @@ export const TokenStateAccordion: React.FC = () => { tokenBalanceMap[poolIDKey].balances.every( (b) => b.tokenIndex === undefined ) - ? t('nonfungible') - : t('fungible') + ? t('fungible') + : t('nonfungible') })`} diff --git a/ui/src/pages/Home/views/RightPane.tsx b/ui/src/pages/Home/views/RightPane.tsx index db2b734..2d26be7 100644 --- a/ui/src/pages/Home/views/RightPane.tsx +++ b/ui/src/pages/Home/views/RightPane.tsx @@ -51,7 +51,7 @@ export const RightPane: React.FC = () => { Array.from(logHistory.entries()) .reverse() .map(([txID, value], idx) => ( - +