From f3d2e41a9b4908c38a6bcd72b8e1a97611270511 Mon Sep 17 00:00:00 2001 From: Edijs Date: Mon, 11 Feb 2019 07:45:22 -0700 Subject: [PATCH] Fix return --- src/components/status/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status/status.js b/src/components/status/status.js index 50198928..0273a5be 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -298,8 +298,8 @@ const Status = { if (tag) { const link = this.generateTagLink(tag) this.$router.push(link) + return } - return } window.open(target.href, '_blank') }