Explorar o código

Update Activity.vue

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
2167a7af88
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      resources/assets/js/components/Activity.vue

+ 4 - 2
resources/assets/js/components/Activity.vue

@@ -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