Fix bug
This commit is contained in:
		
							parent
							
								
									623eb37b64
								
							
						
					
					
						commit
						fe30e4e3a5
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue