fix: improve readability of download URL handling in RecordingsPage
Deploy to VPS / deploy (push) Successful in 2m7s
Deploy to VPS / deploy (push) Successful in 2m7s
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user