feat: Route list page

This commit is contained in:
2025-06-09 09:17:56 +03:00
parent 02a1d2ea74
commit f4544c1888
37 changed files with 1539 additions and 400 deletions

View File

@@ -62,7 +62,7 @@ export const CarrierListPage = observer(() => {
},
];
const rows = carriers.map((carrier) => ({
const rows = carriers.data?.map((carrier) => ({
id: carrier.id,
full_name: carrier.full_name,
short_name: carrier.short_name,