mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-3930] fix: application crash on accessing intake work items (#6958)
This commit is contained in:
@@ -42,5 +42,6 @@ export const InboxStatusIcon = ({
|
||||
}) => {
|
||||
if (type === undefined) return null;
|
||||
const Icon = ICON_PROPERTIES[type];
|
||||
if (!Icon) return null;
|
||||
return <Icon.icon size={size} className={cn(`w-3 h-3 ${renderColor && Icon?.textColor(false)}`, className)} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user