mirror of
https://github.com/kmc7468/arkvault.git
synced 2026-02-04 16:16:55 +00:00
정렬 관련 코드를 derived를 사용하도록 재작성
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
<UploadStatusCard onclick={() => goto("/file/uploads")} />
|
||||
<DownloadStatusCard onclick={() => goto("/file/downloads")} />
|
||||
</div>
|
||||
{#key $info}
|
||||
{#key $info.data.id}
|
||||
<DirectoryEntries
|
||||
info={$info.data}
|
||||
onEntryClick={({ type, id }) => goto(`/${type}/${id}`)}
|
||||
|
||||
Reference in New Issue
Block a user