change(build): remove unnused SizedBox

This commit is contained in:
Ricardo Dalarme 2023-01-13 23:39:28 -03:00
parent a25b9e0150
commit 3d1235dc96
1 changed files with 0 additions and 2 deletions

View File

@ -223,8 +223,6 @@ class _SwipeableCardsStackState extends State<SwipeableCardsStack>
}, },
), ),
) )
else
const SizedBox(),
], ],
), ),
), ),