refactored view dropdown
This commit is contained in:
+3
-3
@@ -11,8 +11,8 @@ export const icons: ReadonlyArray<IconEntry> = iconData.map((entry) => ({
|
||||
Icon: Icons[entry.pascal_name as keyof typeof Icons] as Icons.Icon,
|
||||
}));
|
||||
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
console.log(`${icons.length} icons`);
|
||||
}
|
||||
// if (process.env.NODE_ENV === "development") {
|
||||
// console.log(`${icons.length} icons`);
|
||||
// }
|
||||
|
||||
export const iconCount = Intl.NumberFormat("en-US").format(icons.length * 6);
|
||||
|
||||
Reference in New Issue
Block a user