Skip to content

Commit

Permalink
Merge pull request #810 from TrustlessComputer/fix/studio-aa
Browse files Browse the repository at this point in the history
show aa full ui
  • Loading branch information
tonytc13579 authored Sep 18, 2024
2 parents 4fdfff5 + 57cdef0 commit 3cd84bb
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 3cd84bb

Please sign in to comment.