mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Column(
|
return ListView(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"My wallet",
|
"My wallet",
|
||||||
|
|
Loading…
Reference in a new issue