Skip to content

Commit

Permalink
ENCD-6252-circleci-js-memory (#4205)
Browse files Browse the repository at this point in the history
  • Loading branch information
forresttanaka authored Dec 7, 2021
1 parent fb31d39 commit 45531f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
path: test-results
not-bdd-non-indexing:
executor: encoded-executor
resource_class: medium
resource_class: medium+
steps:
- install-jsonnet
- install-app
Expand All @@ -155,7 +155,7 @@ jobs:
path: test-results
npm:
executor: node
resource_class: medium
resource_class: medium+
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion src/encoded/static/components/genetic_modification.js
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ const CharacterizationDocuments = (props) => {
const docs = props.docs.filter((doc) => !!doc);
return (
<dd>
{docs.map((doc, i) => {
{docs.map((doc) => {
if (doc && doc.attachment) {
const attachmentHref = url.resolve(doc['@id'], doc.attachment.href);
const docName = (doc.aliases && doc.aliases.length > 0) ? doc.aliases[0] :
Expand Down

0 comments on commit 45531f5

Please sign in to comment.