updated avatar

This commit is contained in:
Steve White 2024-10-10 14:47:04 -05:00
parent 63649750d3
commit 88ad1e7e1b
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ export default function Items({ token }) {
<Avatar
src= {axios.get(`${process.env.REACT_APP_API_URL}/items/${+item.ID}/image`, {
headers: { Authorization: `Bearer ${token}` }})}
{Console.log(src)}
alt={item.name}
/>
</ListItemAvatar>