mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 05:35:25 +03:00
Update web/src/utils/iconUtil.tsx
This commit is contained in:
parent
817616558f
commit
48d696aa0a
@ -35,7 +35,6 @@ export function getIconForGroup(icon: string, className: string = "size-4") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function getIconForLabel(label: string, className?: string) {
|
export function getIconForLabel(label: string, className?: string) {
|
||||||
console.log(`the label is ${label}`)
|
|
||||||
if (label.endsWith("-verified")) {
|
if (label.endsWith("-verified")) {
|
||||||
return getVerifiedIcon(label, className);
|
return getVerifiedIcon(label, className);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user