Improved shop
This commit is contained in:
@ -26,5 +26,5 @@ func Get(ctx *aero.Context) string {
|
||||
return ctx.Error(http.StatusInternalServerError, "Error fetching inventory data", err)
|
||||
}
|
||||
|
||||
return ctx.HTML(components.Inventory(inventory, viewUser))
|
||||
return ctx.HTML(components.Inventory(inventory, viewUser, user))
|
||||
}
|
||||
|
Reference in New Issue
Block a user