Skip to content

Commit 22dd6e6

Browse files
committed
FMT
1 parent 6182d98 commit 22dd6e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/modules/notifications/NotificationsInbox/InboxAvatar.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {
2-
InboxNotificationFallbackIcons,
32
type InboxNotificationFallbackIcon,
3+
InboxNotificationFallbackIcons,
44
} from "api/typesGenerated";
55
import { Avatar } from "components/Avatar/Avatar";
66
import {
@@ -28,7 +28,6 @@ export const InboxAvatar: FC<InboxAvatarProps> = ({ icon }) => {
2828
return <Avatar variant="icon">{fallbackIcons[icon]}</Avatar>;
2929
}
3030

31-
console.log("ICON");
3231
return <Avatar variant="icon" src={icon} />;
3332
};
3433

0 commit comments

Comments
 (0)