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(
|
body: InfiniteHomeList(
|
||||||
child: InfiniteHomeList(
|
|
||||||
controller: isc,
|
controller: isc,
|
||||||
selectedList: selectedList.value,
|
selectedList: selectedList.value,
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue