Skip to content

Commit

Permalink
show aa full ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Sep 18, 2024
1 parent 4fdfff5 commit 57cdef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/blockchains/Buy/component4/YourNodes/AANode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ const AANode = ({ data, id }: NodeProps<DappNodeProps>) => {

const renderContentBox = () => {
if (isCreateChainFlow) {
// return renderDefaultContentBox();
return undefined;
return renderDefaultContentBox();
// return undefined;
} else if (isEmptyIssueTokenList) {
return (
<Flex justify={'center'} align={'center'}>
Expand Down

0 comments on commit 57cdef0

Please sign in to comment.