🚨 Fix warnings

This commit is contained in:
Manuel
2023-04-07 20:06:27 +02:00
parent 2e0478b2a7
commit 6b3fe8951a
5 changed files with 21 additions and 8 deletions

View File

@@ -82,7 +82,14 @@ function MediaRequestListTile({ widget }: MediaRequestListWidgetProps) {
</Stack>
</Flex>
<Flex gap="xs">
<Image src={item.userProfilePicture} width={25} height={25} alt="requester avatar" />
<Image
src={item.userProfilePicture}
width={25}
height={25}
alt="requester avatar"
radius="xl"
withPlaceholder
/>
<Text
component="a"
href={item.userLink}