Update inventory to 12 per page
This commit is contained in:
parent
5d44c46222
commit
1a4993b091
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default class InventoryHelper {
|
|||
public static async GenerateInventoryPage(username: string, userid: string, page: number): Promise<ReturnedInventoryPage> {
|
||||
AppLogger.LogSilly("Helpers/InventoryHelper", `Parameters: username=${username}, userid=${userid}, page=${page}`);
|
||||
|
||||
const cardsPerPage = 15;
|
||||
const cardsPerPage = 12;
|
||||
|
||||
const inventory = await Inventory.FetchAllByUserId(userid);
|
||||
|
||||
|
|
Loading…
Reference in a new issue