Commit d6318760 authored by Filip Hujer's avatar Filip Hujer
Browse files

Fix user in EventStands table

parent 1ea27057
......@@ -16,7 +16,7 @@ export const eventStandColumns: TableColumn<EventStand>[] = [
{
key: "seller",
label: "Seller",
render: (stand) => stand.seller?.name,
render: ({seller}) => seller?.email
},
{
key: "actions",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment