feat: Add user profile page, dashboard header with profile dropdown, and integrate profile fetching into authentication.
This commit is contained in:
parent
4d2e6e4859
commit
46cc8f89d8
|
|
@ -72,7 +72,7 @@ export const OrderTable = () => {
|
||||||
const tableHeight = calculateTableHeight(rows.length, 10);
|
const tableHeight = calculateTableHeight(rows.length, 10);
|
||||||
|
|
||||||
const mobileTableHeight = calculateTableHeight(rows.length, 5, {
|
const mobileTableHeight = calculateTableHeight(rows.length, 5, {
|
||||||
minHeight: 300,
|
minHeight: 500,
|
||||||
rowHeight: 40,
|
rowHeight: 40,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue