Переглянути джерело

Remove reply count - this data is not available on the free twitter api

Carsten Porth 6 роки тому
батько
коміт
679e8498e8
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      app/src/components/tweet-actions/tweet-actions.html

+ 0 - 3
app/src/components/tweet-actions/tweet-actions.html

@@ -1,8 +1,5 @@
 <!-- Generated template for the TweetActionsComponent component -->
 <div class="actions-container">
-  <div class="comments">
-    <ion-icon name="ios-chatbubbles-outline"></ion-icon>
-  </div>
   <div class="retweets" *ngIf="!data.user.protected">
     <ion-icon name="ios-git-compare-outline"></ion-icon>
     <span>{{ data.retweet_count | friendlyNumber }}</span>