fix(web/notifications): pass animation to notifications icon

This commit is contained in:
Luke
2023-11-15 15:34:08 +01:00
parent 36662050ff
commit dda2e0927f

View File

@@ -173,7 +173,7 @@ const Notifications: React.FC = () => {
radius="xl"
size={32}
>
<LibIcon icon={data.icon} fixedWidth size="lg" />
<LibIcon icon={data.icon} fixedWidth size="lg" animation={data.iconAnimation} />
</Avatar>
) : (
<LibIcon