fixing es warning

This commit is contained in:
Roland Osborne 2022-09-06 13:10:02 -07:00
parent 5e5b3ab5d4
commit b2deece60e

View File

@ -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;
} }