forked from AkkomaGang/akkoma-fe
Fix return
This commit is contained in:
parent
9959c311a9
commit
f3d2e41a9b
1 changed files with 1 additions and 1 deletions
|
@ -298,8 +298,8 @@ const Status = {
|
||||||
if (tag) {
|
if (tag) {
|
||||||
const link = this.generateTagLink(tag)
|
const link = this.generateTagLink(tag)
|
||||||
this.$router.push(link)
|
this.$router.push(link)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
return
|
|
||||||
}
|
}
|
||||||
window.open(target.href, '_blank')
|
window.open(target.href, '_blank')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue