Update web/src/utils/iconUtil.tsx

This commit is contained in:
Nicolas Mowen 2024-04-30 17:08:07 -06:00 committed by GitHub
parent 817616558f
commit 48d696aa0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
} }