Skip to content

Commit df955cb

Browse files
committed
Merge remote-tracking branch 'origin/less-bitstream-calls' into less-bitstream-calls
2 parents e6f1021 + 2cd3ea6 commit df955cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/shared/file-download-link/file-download-link.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export class FileDownloadLinkComponent implements OnInit {
135135
);
136136
} else {
137137
this.bitstreamPath$ = of(this.getBitstreamDownloadPath());
138+
// TODO: do we really want this to be true always?
138139
this.canDownload$ = of(true);
139140
}
140141
}

0 commit comments

Comments
 (0)