refactor: cleanup

This commit is contained in:
NGPixel
2018-01-29 22:58:05 -05:00
parent 8d74c48b7b
commit 30ce9c8670
6 changed files with 20 additions and 17 deletions

View File

@@ -81,12 +81,11 @@
</template>
<script>
/* global CONSTANTS, graphQL, siteConfig */
/* global siteConfig */
import { mapState } from 'vuex'
export default {
name: 'navigator',
data() {
return {
sdShown: false,
@@ -151,8 +150,6 @@ export default {
logout() {
window.location.assign(this.$helpers.resolvePath('logout'))
}
},
mounted() {
}
}
</script>