diff --git a/auth/lib/ui/utils/icon_utils.dart b/auth/lib/ui/utils/icon_utils.dart index 1304357f92..e69d75d7d9 100644 --- a/auth/lib/ui/utils/icon_utils.dart +++ b/auth/lib/ui/utils/icon_utils.dart @@ -71,10 +71,10 @@ class IconUtils { if (!processedIconPaths.contains(simpleIconPath)) { allIcons[simpleEntry.key] = AllIconData( - title: simpleEntry.key, - type: IconType.simpleIcon, - color: simpleEntry.value, - slug: simpleEntry.value); + title: simpleEntry.key, + type: IconType.simpleIcon, + color: simpleEntry.value, + ); processedIconPaths.add(simpleIconPath); } simpleEntry = simpleIterator.moveNext() ? simpleIterator.current : null;