This commit is contained in:
syuilo 2018-05-28 13:55:21 +09:00
parent 623eb37b64
commit fe30e4e3a5
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<mk-ellipsis-icon/> <mk-ellipsis-icon/>
</div> </div>
<mk-notes ref="timeline" :more="canFetchMore ? more : null"> <mk-notes ref="timeline" :more="existMore ? more : null">
<p :class="$style.empty" slot="empty"> <p :class="$style.empty" slot="empty">
%fa:R comments%%i18n:@empty% %fa:R comments%%i18n:@empty%
</p> </p>
@ -15,7 +15,6 @@
<script lang="ts"> <script lang="ts">
import Vue from 'vue'; import Vue from 'vue';
import getNoteSummary from '../../../../../renderers/get-note-summary';
const fetchLimit = 10; const fetchLimit = 10;