diff options
| author | Maxim Filippov <colixer@gmail.com> | 2018-12-15 06:16:44 +0300 |
|---|---|---|
| committer | Maxim Filippov <colixer@gmail.com> | 2018-12-15 06:16:44 +0300 |
| commit | 828b1c78f9304d400a206a25f4f43999bc5908bc (patch) | |
| tree | 9c3f9d067384c5f2596890a8cbafe0d324ae3604 /src/components/status/status.js | |
| parent | 1341a7bb9cc14ecd0a1755cd2de1c09384a431c6 (diff) | |
Implement user_profile.spec.js
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 6 |
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: { |
