fix: update selected mode on state change
This commit is contained in:
parent
a9dbbb96b9
commit
5393a02bc1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
let modeText = ''
|
||||
|
||||
switch (selectedMode) {
|
||||
$: switch (selectedMode) {
|
||||
case 'chill':
|
||||
modeText = 'CHILL'
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue