Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hau Vo
pleroma-fe
Commits
c1ee7c02
Commit
c1ee7c02
authored
Mar 03, 2019
by
Shpuld Shpludson
Browse files
Fix bug in replies
parent
cef03064
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/status/status.vue
View file @
c1ee7c02
...
...
@@ -77,7 +77,7 @@
<router-link
:to=
"replyProfileLink"
>
{{replyToName}}
</router-link>
<span
class=
"faint replies-separator"
v-if=
"replies.length"
>
<span
class=
"faint replies-separator"
v-if=
"replies
&& replies
.length"
>
-
</span>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment