Apply suggestions from code review

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Cameron
2020-07-31 21:39:31 +01:00
committed by GitHub
parent 70a8bd1f09
commit 0acf8534bb
+2 -2
View File
@@ -8,7 +8,7 @@ let layer4;
let circleLefts;
let circleRights;
function show() {
export function show() {
let elem = loadingElem;
if (!elem) {
@@ -47,7 +47,7 @@ function show() {
}
}
function hide() {
export function hide() {
const elem = loadingElem;
if (elem) {