feat: Add user profile page, dashboard header with profile dropdown, and integrate profile fetching into authentication.

This commit is contained in:
JuruSysadmin 2026-01-16 00:21:17 -03:00
parent 4d2e6e4859
commit 46cc8f89d8
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export const OrderTable = () => {
const tableHeight = calculateTableHeight(rows.length, 10);
const mobileTableHeight = calculateTableHeight(rows.length, 5, {
minHeight: 300,
minHeight: 500,
rowHeight: 40,
});