Fix: Mention does not use Avatar seed

This commit is contained in:
Donatas Kirda 2024-05-14 21:17:38 +03:00
parent 44368a71e1
commit 196166897e
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F

View File

@ -17,5 +17,5 @@
</style> </style>
<Mention user={user}> <Mention user={user}>
<Avatar size={iconSize} seed={user?.id}></Avatar> <Avatar size={iconSize} user={user || null}></Avatar>
</Mention> </Mention>