We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b3c8f commit 96770d6Copy full SHA for 96770d6
1 file changed
logic/classes.ts
@@ -31,7 +31,7 @@ export function buttonOptions(checkClass: any) {
31
icon = 'mdi-alert'
32
color = 'error'
33
tooltips = [
34
- availability == 'UnKnown'
+ availability == 'Unknown'
35
? 'Not Available for an Unknown reason!'
36
: availability,
37
]
0 commit comments