Skip to content
Snippets Groups Projects
Commit 8c3a2e5c authored by Zara Mudassar's avatar Zara Mudassar
Browse files

Removed a method not being used

parent 869f8493
No related branches found
No related tags found
1 merge request!64Community hamburgermeny
Pipeline #178453 passed with stage
in 48 seconds
......@@ -65,9 +65,6 @@ export default {
}
},
methods: {
edit() {
this.$emit("edit");
},
toggle: function (){
if(this.hamburgerOpen){
this.hamburgerOpen = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment