refactor(control): remove unnecessary statement

This commit is contained in:
E44
2026-01-05 22:46:17 +01:00
parent cc958581bf
commit 0c619bdc1d
+1 -1
View File
@@ -321,7 +321,7 @@
title="Ausgewählte Datei herunterladen"
className="px-3 flex"
click_function={() => (add_download($selected_file_ids[0]))}
disabled={!$one_file_selected ?? true}><Download /></Button
disabled={!$one_file_selected}><Download /></Button
>
<div class="border border-stone-700 my-1"></div>
<Button