remove widget that was mistakenly commited
This commit is contained in:
parent
1e161c1966
commit
1812d70546
|
@ -210,12 +210,10 @@ class HomeTab extends HookWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: InfiniteHomeList(
|
||||
body: InfiniteHomeList(
|
||||
controller: isc,
|
||||
selectedList: selectedList.value,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue