瀏覽代碼

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>