mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(web/notifications): pass animation to notifications icon
This commit is contained in:
@@ -173,7 +173,7 @@ const Notifications: React.FC = () => {
|
|||||||
radius="xl"
|
radius="xl"
|
||||||
size={32}
|
size={32}
|
||||||
>
|
>
|
||||||
<LibIcon icon={data.icon} fixedWidth size="lg" />
|
<LibIcon icon={data.icon} fixedWidth size="lg" animation={data.iconAnimation} />
|
||||||
</Avatar>
|
</Avatar>
|
||||||
) : (
|
) : (
|
||||||
<LibIcon
|
<LibIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user