Index: src/stock-on-hand-mobile/stock-on-hand-app.jsx =================================================================== diff -u -N -r370fff1f9c2e0fc90ecaa693d0ed74e2a9b53925 -rf036cda8b2ea9d27ccf6a4ba5e37d13ed8fff3a6 --- src/stock-on-hand-mobile/stock-on-hand-app.jsx (.../stock-on-hand-app.jsx) (revision 370fff1f9c2e0fc90ecaa693d0ed74e2a9b53925) +++ src/stock-on-hand-mobile/stock-on-hand-app.jsx (.../stock-on-hand-app.jsx) (revision f036cda8b2ea9d27ccf6a4ba5e37d13ed8fff3a6) @@ -30,18 +30,18 @@ useEffect(() => facilityFactory.getUserHomeFacility().then(facility => dispatch(setUserHomeFacilityStockOnHand(facility))), [facilityFactory]); - const menu = document.getElementsByClassName("header ng-scope")[0]; + const menu = document.getElementsByClassName('header ng-scope')[0]; - useEffect(() => menu.style.display = "", [menu]); + useEffect(() => menu.style.display = '', [menu]); return ( -