Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Čížek
flea-market-manager
Commits
d6318760
Commit
d6318760
authored
May 25, 2022
by
Filip Hujer
Browse files
Fix user in EventStands table
parent
1ea27057
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/modules/event/event-stands-columns.ts
View file @
d6318760
...
...
@@ -16,7 +16,7 @@ export const eventStandColumns: TableColumn<EventStand>[] = [
{
key
:
"
seller
"
,
label
:
"
Seller
"
,
render
:
(
stand
)
=>
stand
.
seller
?.
name
,
render
:
(
{
seller
})
=>
seller
?.
email
},
{
key
:
"
actions
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment