card image loading adjustments

This commit is contained in:
Violet Caulfield
2024-11-29 11:10:38 -06:00
parent b71088a657
commit 9789e03a3b
2 changed files with 16 additions and 8 deletions
+3
View File
@@ -10,4 +10,7 @@ export function fetchItemImage(api: Api, itemId: string, imageType?: ImageType,
itemId,
width: width
})
.then((response) => {
return response.data
})
}