mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-22 13:03:16 +00:00
Update PostReactions, fix bookmark button visibility
This commit is contained in:
parent
e343061a13
commit
64b6d2d5a7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
</button>
|
||||
|
||||
<button
|
||||
v-if="status.visibility === 'public'"
|
||||
v-if="!status.in_reply_to_id && !status.reblog_of_id"
|
||||
type="button"
|
||||
class="btn btn-light font-weight-bold rounded-pill ml-3"
|
||||
:disabled="isBookmarking"
|
||||
|
|
Loading…
Reference in a new issue