1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Removing unused line.

This commit is contained in:
mike12345567 2020-11-19 17:05:25 +00:00
parent b74d4dc473
commit aa5dbf84d1

View file

@ -50,7 +50,6 @@ export const getFrontendStore = () => {
return state
})
const screens = await api.get("/api/screens").then(r => r.json())
const routing = await api.get("/api/routing").then(r => r.json())
const mainScreens = screens.filter(screen =>
screen._id.includes(pkg.pages.main._id)