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
Genesys PGR
Embedded Genesys UI
Commits
bd19380e
Commit
bd19380e
authored
Nov 25, 2020
by
Matija Obreza
Browse files
List: Use genesys crop name when available
parent
0f315894
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/accession/AccessionListPage.tsx
View file @
bd19380e
...
...
@@ -226,7 +226,7 @@ class AccessionListPage extends React.Component<IAccessionListPageProps & WithTr
}
</
td
>
)
}
<
td
>
{
a
.
cropName
}
</
td
>
<
td
>
{
a
.
crop
&&
a
.
crop
.
name
||
a
.
cropName
}
</
td
>
<
td
><
Link
to
=
{
`/a/
${
a
.
uuid
}
`
}
>
{
a
.
accessionNumber
}
</
Link
></
td
>
<
td
>
{
a
.
accessionName
}
</
td
>
<
td
><
span
dangerouslySetInnerHTML
=
{
{
__html
:
a
.
taxonomy
.
taxonNameHtml
}
}
/></
td
>
...
...
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