Browse Source

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

Carsten Porth 5 years ago
parent
commit
679e8498e8
1 changed files with 0 additions and 3 deletions
  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>