Remove non-existing prop binding
This commit is contained in:
parent
bb1fac4bc2
commit
3f9fd07f93
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
{{$t('nav.friend_requests')}}
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<user-card v-for="request in requests" :key="request.id" :user="request" :showFollows="false" :showApproval="true"></user-card>
|
||||
<user-card v-for="request in requests" :key="request.id" :user="request" :showApproval="true"></user-card>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue