mirror of
https://github.com/danbulant/Mangades
synced 2026-06-18 05:41:05 +00:00
don't show list/grid toggle when not logged in
This commit is contained in:
parent
22bff537d7
commit
21f39ba0f9
1 changed files with 2 additions and 2 deletions
|
|
@ -60,9 +60,9 @@
|
|||
<a href="https://mangadex.org">Mangadex.org</a>
|
||||
</div>
|
||||
|
||||
<ListOrGrid bind:list={listStyle} />
|
||||
|
||||
{#if isLogedIn()}
|
||||
<ListOrGrid bind:list={listStyle} />
|
||||
|
||||
<div>
|
||||
{#await userManga then userManga}
|
||||
{#each userManga.data.MediaListCollection.lists as list}
|
||||
|
|
|
|||
Loading…
Reference in a new issue