diff --git a/packages/admin/dashboard/src/routes/reservations/reservation-list/components/reservation-list-table/use-reservation-table-columns.tsx b/packages/admin/dashboard/src/routes/reservations/reservation-list/components/reservation-list-table/use-reservation-table-columns.tsx
index 21cc3e76d8..922a84e46a 100644
--- a/packages/admin/dashboard/src/routes/reservations/reservation-list/components/reservation-list-table/use-reservation-table-columns.tsx
+++ b/packages/admin/dashboard/src/routes/reservations/reservation-list/components/reservation-list-table/use-reservation-table-columns.tsx
@@ -30,26 +30,29 @@ export const useReservationTableColumns = () => {
)
},
}),
- columnHelper.accessor("line_item", {
- header: t("fields.order"),
- cell: ({ getValue }) => {
- const inventoryItem = getValue()
-
- if (!inventoryItem || !inventoryItem.order?.display_id) {
- return