fix (client): hideFollowButton not being used in user pages
This commit is contained in:
parent
b4c148a655
commit
834faaf6de
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# Unreleased
|
||||
|
||||
- bug fix
|
||||
- refactoring
|
||||
|
||||
# v20240212
|
||||
|
|
|
@ -209,6 +209,7 @@
|
|||
:inline="true"
|
||||
:transparent="false"
|
||||
:full="true"
|
||||
:hide-follow-button="hideFollowButton"
|
||||
class="koudoku"
|
||||
@refresh="emit('refresh')"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue