Skip to content

Commit ac0ca12

Browse files
authored
Merge pull request #75 from LumeraProtocol/feat/create-proposal
fixed UI issues
2 parents f4d87f7 + 59b175a commit ac0ca12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/screens/WalletScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export const WalletScreen = ({
443443
</div>
444444
))}
445445
{!transactions?.length ?
446-
<div className="grid grid-cols-12 gap-4 items-center">
446+
<div className="block">
447447
<H3>No Transactions</H3>
448448
</div> : null
449449
}

0 commit comments

Comments
 (0)