Customer Care
diff --git a/src/app.js b/src/app.js
index 88d034b..b092e14 100644
--- a/src/app.js
+++ b/src/app.js
@@ -176,12 +176,10 @@ const overlay = {
const sideMenu = {
isShow: false,
show() {
- overlay.show();
this.isShow = true;
},
hide() {
this.isShow = false;
- overlay.hide();
},
};