We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6182d98 commit 22dd6e6Copy full SHA for 22dd6e6
site/src/modules/notifications/NotificationsInbox/InboxAvatar.tsx
@@ -1,6 +1,6 @@
1
import {
2
- InboxNotificationFallbackIcons,
3
type InboxNotificationFallbackIcon,
+ InboxNotificationFallbackIcons,
4
} from "api/typesGenerated";
5
import { Avatar } from "components/Avatar/Avatar";
6
@@ -28,7 +28,6 @@ export const InboxAvatar: FC<InboxAvatarProps> = ({ icon }) => {
28
return <Avatar variant="icon">{fallbackIcons[icon]}</Avatar>;
29
}
30
31
- console.log("ICON");
32
return <Avatar variant="icon" src={icon} />;
33
};
34
0 commit comments