Skip to content

Commit

Permalink
Annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed Nov 22, 2022
1 parent 1d3a4d0 commit 7b91931
Show file tree
Hide file tree
Showing 9 changed files with 407 additions and 251 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ class DownloadPanel extends Component {
>Not Available</a>
: <a
className='btn btn-primary download col-xs-6'
href={this.state.outputType == 'derivative' &&
(download.type ==
'physiological_annotation_files' ||
download.type == 'all_files') ?
href={(
download.type == 'physiological_annotation_files'
|| download.type == 'all_files'
) ?
this.state.annotationsAction
+ '?physioFileID=' + this.state.physioFileID
+ '&filePath=' + download.file
Expand Down
Loading

0 comments on commit 7b91931

Please sign in to comment.