mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
overflow fix
This commit is contained in:
parent
6ca5b55714
commit
8b136b003c
1 changed files with 1 additions and 2 deletions
|
@ -225,8 +225,7 @@ class _MyWalletState extends State<MyWallet> {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
return ListView(
|
||||
children: [
|
||||
Text(
|
||||
"My wallet",
|
||||
|
|
Loading…
Reference in a new issue