hide duplicate button
This commit is contained in:
		
							parent
							
								
									a3cd614c61
								
							
						
					
					
						commit
						48964d27e4
					
				
					 1 changed files with 10 additions and 9 deletions
				
			
		| 
						 | 
					@ -33,7 +33,7 @@
 | 
				
			||||||
        You have no lists yet! <Link to="/lists/create" class="text-blue-400"
 | 
					        You have no lists yet! <Link to="/lists/create" class="text-blue-400"
 | 
				
			||||||
          >Create one now</Link
 | 
					          >Create one now</Link
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
      {/if}
 | 
					      {:else}
 | 
				
			||||||
        {#each lists.teams as list}
 | 
					        {#each lists.teams as list}
 | 
				
			||||||
          <Link class="text-blue-400" to="/list/{list['$id']}"
 | 
					          <Link class="text-blue-400" to="/list/{list['$id']}"
 | 
				
			||||||
            >{list["name"]}</Link
 | 
					            >{list["name"]}</Link
 | 
				
			||||||
| 
						 | 
					@ -43,6 +43,7 @@
 | 
				
			||||||
          class="text-blue-400 dark:bg-gray-600 bg-gray-400 border p-1 mt-4 rounded"
 | 
					          class="text-blue-400 dark:bg-gray-600 bg-gray-400 border p-1 mt-4 rounded"
 | 
				
			||||||
          to="/lists/create">Create new list</Link
 | 
					          to="/lists/create">Create new list</Link
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
 | 
					      {/if}
 | 
				
			||||||
    {/await}
 | 
					    {/await}
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</main>
 | 
					</main>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue