[web] Lint source code

Removal of useless statements.
This commit is contained in:
Alain Nussbaumer
2023-06-30 03:54:15 +02:00
parent 3d2392567a
commit cef98f689b
4 changed files with 5 additions and 5 deletions

View File

@@ -180,7 +180,7 @@
type="range"
:style="{
'--ratio': stream_volume / 100,
'--cursor': $filters.cursor(this.cursor)
'--cursor': $filters.cursor(cursor)
}"
@change="change_stream_volume"
/>
@@ -302,7 +302,7 @@
type="range"
:style="{
'--ratio': stream_volume / 100,
'--cursor': $filters.cursor(this.cursor)
'--cursor': $filters.cursor(cursor)
}"
@change="change_stream_volume"
/>

View File

@@ -28,7 +28,7 @@
type="range"
:style="{
'--ratio': volume / 100,
'--cursor': $filters.cursor(this.cursor)
'--cursor': $filters.cursor(cursor)
}"
@change="change_volume"
/>