forked from cybrespace/pinafore
		
	fix svelte warning for empty block (#401)
This commit is contained in:
		
							parent
							
								
									cd12c5e326
								
							
						
					
					
						commit
						0d601f924e
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,9 @@
 | 
			
		|||
    <p>
 | 
			
		||||
      {#each mentions as mention, i}
 | 
			
		||||
        {#if i > 0}
 | 
			
		||||
          <!-- empty space -->
 | 
			
		||||
           
 | 
			
		||||
          <!-- empty space -->
 | 
			
		||||
        {/if}
 | 
			
		||||
        <a href="/accounts/{mention.id}"
 | 
			
		||||
           title="@{mention.acct}"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue