fix: improve readability of download URL handling in RecordingsPage
Deploy to VPS / deploy (push) Successful in 2m7s

This commit is contained in:
asepharyana
2026-07-26 15:45:29 +07:00
parent 779fb6b338
commit 726ea8fca5
@@ -107,7 +107,8 @@ export default function RecordingsPage() {
variant="ghost"
size="icon"
onClick={() => {
if (rec.download_url) window.open(rec.download_url, "_blank");
if (rec.download_url)
window.open(rec.download_url, "_blank");
}}
>
<Download className="size-4" />