homarr-labs / homarr

Found unused expressions in TypeScript code JS-0354
Bug risk
Minor
1 occurrence in this check
Expected an assignment or function call and instead saw an expression
55  grid.removeAll(false);
56  section.items.forEach(({ id }) => {
57    const ref = refs.items.current[id]?.current;
58    ref && grid.makeWidget(ref);59  });
60  grid.batchUpdate(false);
61  return true;