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,11 +210,9 @@ class HomeTab extends HookWidget {
),
),
),
body: SafeArea(
child: InfiniteHomeList(
controller: isc,
selectedList: selectedList.value,
),
body: InfiniteHomeList(
controller: isc,
selectedList: selectedList.value,
),
);
}