Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Website
Commits
b02d8bd6
Commit
b02d8bd6
authored
Oct 04, 2018
by
Viacheslav Pavlov
Browse files
Overviews: other/missing
parent
da9b5a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/accessions/ui/OverviewPage.tsx
View file @
b02d8bd6
...
...
@@ -116,14 +116,9 @@ class BrowsePage extends React.Component<IOverviewPageProps, any> {
const
filterByTerm
=
(
property
,
term
,
count
)
=>
{
return
(
<
div
>
{
(
skipTerms
.
indexOf
(
term
.
term
)
===
-
1
)
?
(<
a
onClick
=
{
()
=>
this
.
addTerm
(
property
,
term
.
term
)
}
><
Number
value
=
{
count
}
/></
a
>)
:
(<
span
>
{
count
}
</
span
>)
}
</
div
>
skipTerms
.
indexOf
(
term
.
term
)
===
-
1
?
(<
a
onClick
=
{
()
=>
this
.
addTerm
(
property
,
term
.
term
)
}
><
Number
value
=
{
count
}
/></
a
>)
:
(
count
)
);
};
...
...
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