Skip to content

Commit 96770d6

Browse files
committed
feat: fix typo
1 parent 34b3c8f commit 96770d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logic/classes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function buttonOptions(checkClass: any) {
3131
icon = 'mdi-alert'
3232
color = 'error'
3333
tooltips = [
34-
availability == 'UnKnown'
34+
availability == 'Unknown'
3535
? 'Not Available for an Unknown reason!'
3636
: availability,
3737
]

0 commit comments

Comments
 (0)