Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GGCE Web
Commits
b1131e96
Commit
b1131e96
authored
Apr 29, 2022
by
Matija Obreza
Browse files
Merge branch '407-cooperators' into 'main'
Cooperators Closes
#407
See merge request grin-global/grin-global-ui!398
parents
63babfcc
ca1f1cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
workspaces/ui-express/src/cooperator/ui/BrowsePage.tsx
View file @
b1131e96
...
...
@@ -56,6 +56,12 @@ export const CooperatorTableDefaultConfig = {
{
!
(
cooperator
.
firstName
||
cooperator
.
lastName
)
&&
(
<>
{
cooperator
.
organization
}
</>
)
}
{
!
((
cooperator
.
firstName
||
cooperator
.
lastName
)
&&
cooperator
.
organization
)
&&
<>
{
cooperator
.
email
}
</>
}
{
!
((
cooperator
.
firstName
||
cooperator
.
lastName
)
&&
cooperator
.
organization
&&
cooperator
.
email
)
&&
<>
{
cooperator
.
id
}
</>
}
</
Link
>
),
geography
:
({
value
:
geography
}:
{
value
:
Geography
}):
JSX
.
Element
=>
<
GeographyLink
geography
=
{
geography
}
/>,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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