mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix build error.
This commit is contained in:
parent
291a0373b7
commit
1d47af14ff
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
markers?.style.background = `linear-gradient(${array.join(",")})`;
|
||||
if (markers) markers.style.background = `linear-gradient(${array.join(",")})`;
|
||||
},
|
||||
destroy(hotkeys) {
|
||||
if (this.$ui) {
|
||||
|
|
Loading…
Reference in a new issue