mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Prettify the code
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
f956731477
commit
c6757b2e1f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export default function (view, params) {
|
|||
|
||||
Events.trigger(view, 'saved');
|
||||
|
||||
if (e) e.preventDefault();
|
||||
e?.preventDefault();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue