Skip to content

Commit

Permalink
show correct evidence links
Browse files Browse the repository at this point in the history
  • Loading branch information
satello committed Oct 8, 2019
1 parent 73a76bd commit f828a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/evidence-card.js
Expand Up @@ -104,8 +104,8 @@ const EvidenceCard = ({ evidence, metaEvidence }) => {
</Col> </Col>
<Col lg={1}> <Col lg={1}>
<Attachment <Attachment
URI={metaEvidence.fileURI} URI={evidence.evidenceJSON.fileURI}
extension={metaEvidence.fileTypeExtension} extension={evidence.evidenceJSON.fileTypeExtension}
/> />
</Col> </Col>
</Row> </Row>
Expand Down

0 comments on commit f828a7c

Please sign in to comment.