Update Activity.vue

This commit is contained in:
Daniel Supernault 2019-06-03 17:51:32 -06:00
parent 40970d5c5e
commit 2167a7af88
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 2 deletions

View File

@ -62,11 +62,13 @@
<img :src="n.status.parent.media_attachments[0].preview_url" width="32px" height="32px"> <img :src="n.status.parent.media_attachments[0].preview_url" width="32px" height="32px">
</a> </a>
</div> --> </div> -->
<div v-else-if="n.type == 'follow' && n.relationship.following == false">
<!-- <div v-else-if="n.type == 'follow' && n.relationship.following == false">
<a href="#" class="btn btn-primary py-0 font-weight-bold" @click.prevent="followProfile(n);"> <a href="#" class="btn btn-primary py-0 font-weight-bold" @click.prevent="followProfile(n);">
Follow Follow
</a> </a>
</div> </div> -->
<!-- <div v-else-if="n.status && n.status.parent && !n.status.parent.media_attachments && n.type == 'like' && n.relationship.following == false"> <!-- <div v-else-if="n.status && n.status.parent && !n.status.parent.media_attachments && n.type == 'like' && n.relationship.following == false">
<a href="#" class="btn btn-primary py-0 font-weight-bold"> <a href="#" class="btn btn-primary py-0 font-weight-bold">
Follow Follow