|
|
@@ -206,7 +206,7 @@ export default {
|
|
206
|
206
|
(!to.fullPath.includes(this.sortBy) && !from.fullPath.includes(this.sortBy))
|
|
207
|
207
|
) {
|
|
208
|
208
|
// !: BUG: this causes event and exhibit posts to double(?)
|
|
209
|
|
- const ignore = ['event', 'exhibition', 'post']
|
|
|
209
|
+ const ignore = ['event', 'exhibition', 'post', 'artist']
|
|
210
|
210
|
if(ignore.includes(this.type)) return
|
|
211
|
211
|
this.clearAndInitPostList()
|
|
212
|
212
|
}
|