mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update PostComponent, fix bug affecting moment ui and non authenticated users
This commit is contained in:
parent
f3fca8d998
commit
7b3fe2159a
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@
|
|||
</div>
|
||||
<div class="col-12 col-md-4 pt-4 pl-md-3">
|
||||
<p class="lead font-weight-bold">Comments</p>
|
||||
<div v-if="user" class="moment-comments">
|
||||
<div v-if="user && user.length" class="moment-comments">
|
||||
<div class="form-group">
|
||||
<textarea class="form-control" rows="3" placeholder="Add a comment ..." v-model="replyText"></textarea>
|
||||
<p style="padding-top:4px;">
|
||||
|
|
Loading…
Reference in a new issue