FloatingButton 컴포넌트 리팩토링

This commit is contained in:
static
2025-01-28 22:53:50 +09:00
parent b6edc2a8bc
commit d2aca276ac
6 changed files with 18 additions and 20 deletions

View File

@@ -30,7 +30,7 @@
let isAddToCategoryBottomSheetOpen = $state(false);
const downloadStatus = $derived(
let downloadStatus = $derived(
$fileDownloadStatusStore.find((statusStore) => {
const { id, status } = get(statusStore);
return id === data.id && isFileDownloading(status);