Browse Source

Fixed issue with StationSettings on CommunityHeader

theflametrooper 8 years ago
parent
commit
cbf6a56b5d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/components/Station/CommunityHeader.vue

+ 2 - 2
frontend/components/Station/CommunityHeader.vue

@@ -1,10 +1,10 @@
 <template>
 	<nav class='nav'>
 		<div class='nav-left'>
-			<a class='nav-item logo' href='#' v-link='{ path: "/" }' @click='this.$dispatch('leaveStation', title)'>
+			<a class='nav-item logo' href='#' v-link='{ path: "/" }' @click='this.$dispatch("leaveStation", title)'>
 				Musare
 			</a>
-			<a class='nav-item' href='#' v-if='isOwner()' @click='$parent.toggleModal('editStation')'>
+			<a class='nav-item' href='#' v-if='isOwner()' @click='$parent.toggleModal("editStation")'>
 				<span class='icon'>
 					<i class='material-icons'>settings</i>
 				</span>