mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing es warning
This commit is contained in:
parent
5e5b3ab5d4
commit
b2deece60e
@ -172,7 +172,7 @@ export function VirtualList({ id, items, itemRenderer, loadMore }) {
|
|||||||
|
|
||||||
const loadSlots = () => {
|
const loadSlots = () => {
|
||||||
|
|
||||||
if (state.listHeight == 0) {
|
if (state.listHeight === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user