places and tags are always taken server side

This commit is contained in:
les 2020-11-12 18:00:46 +01:00
parent 47ed677362
commit 43ba760bb8

View file

@ -72,10 +72,6 @@ export default {
name: 'Exports',
components: { List, FollowMe },
async asyncData ({ $axios, params, store }) {
// get metadata just in case we are not coming from home
if (store.state.tags.length) { return }
const { tags, places } = await $axios.$get('/event/meta')
store.commit('update', { tags, places })
},
data () {
return {