Skip to content

Commit

Permalink
perf(Screen): small addition to previous Screen commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 2, 2019
1 parent 6d73cb9 commit 201ae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/plugins/Screen.js
Expand Up @@ -91,8 +91,8 @@ export default {
if (classes === true) {
document.body.classList.remove(`screen--${this.__oldName}`)
document.body.classList.add(`screen--${s}`)
this.__oldName = s
}
this.__oldName = s
}
}

Expand Down

0 comments on commit 201ae4e

Please sign in to comment.