mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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"
|
||||
size={32}
|
||||
>
|
||||
<LibIcon icon={data.icon} fixedWidth size="lg" />
|
||||
<LibIcon icon={data.icon} fixedWidth size="lg" animation={data.iconAnimation} />
|
||||
</Avatar>
|
||||
) : (
|
||||
<LibIcon
|
||||
|
||||
Reference in New Issue
Block a user