Changed image viewer and added mobile feature check.

This commit is contained in:
Patrick Fic
2022-06-20 16:53:13 -07:00
parent 67312c1847
commit 49b77315ba
13 changed files with 406 additions and 395 deletions

View File

@@ -113,7 +113,8 @@ export function* signInSuccessSaga({ payload }) {
// yield put(
// setBodyshop({
// ...shop.data.bodyshops[0],
// localmediaserverhttp: `http://192.168.0.142:8000`,
// uselocalmediaserver: true,
// localmediaserverhttp: `http://192.168.1.235:8000`,
// })
// );
} catch (error) {