remove widget that was mistakenly commited

This commit is contained in:
krawieck 2021-01-26 23:38:23 +01:00
parent 1e161c1966
commit 1812d70546
1 changed files with 3 additions and 5 deletions

View File

@ -210,12 +210,10 @@ class HomeTab extends HookWidget {
), ),
), ),
), ),
body: SafeArea( body: InfiniteHomeList(
child: InfiniteHomeList(
controller: isc, controller: isc,
selectedList: selectedList.value, selectedList: selectedList.value,
), ),
),
); );
} }
} }