Fix new screens and autoscreens not displaying properly
This commit is contained in:
parent
8795263192
commit
29af11faeb
|
@ -177,7 +177,7 @@ export const getFrontendStore = () => {
|
|||
const foundScreen = currentPageScreens.findIndex(
|
||||
el => el._id === screen._id
|
||||
)
|
||||
if (currentPageScreens !== -1) {
|
||||
if (foundScreen !== -1) {
|
||||
currentPageScreens.splice(foundScreen, 1)
|
||||
}
|
||||
currentPageScreens.push(screen)
|
||||
|
|
Loading…
Reference in New Issue