Index: src/stock-on-hand-mobile/stock-on-hand-app.jsx =================================================================== diff -u -N -r7f9ffae3458e2f9994249398a1d526a3cbe861d6 -r95eac7091708c61fd9b3e5bc296833980ea73812 --- src/stock-on-hand-mobile/stock-on-hand-app.jsx (.../stock-on-hand-app.jsx) (revision 7f9ffae3458e2f9994249398a1d526a3cbe861d6) +++ src/stock-on-hand-mobile/stock-on-hand-app.jsx (.../stock-on-hand-app.jsx) (revision 95eac7091708c61fd9b3e5bc296833980ea73812) @@ -20,6 +20,7 @@ import { setSupervisedProgramsStockOnHand } from './reducers/programs'; import { setUserHomeFacilityStockOnHand, setSupervisedFacilitiesStockOnHand } from './reducers/facilities'; import ProgramSelect from './pages/program-select'; +import StockOnHand from './pages/stock-on-hand'; const StockOnHandApp = ({ asynchronousService, @@ -151,6 +152,12 @@ /> } + + { + userHomeFacilityStore && + + } +