aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index fbf99a23..94d03ec2 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -204,9 +204,6 @@ const Status = {
return 'small'
}
return 'normal'
- },
- userProfileLink (id, name) {
- return generateProfileLink(id, name)
}
},
components: {
@@ -288,6 +285,9 @@ const Status = {
},
replyLeave () {
this.showPreview = false
+ },
+ userProfileLink (id, name) {
+ return generateProfileLink(id, name)
}
},
watch: {