fetching cost info fix
This commit is contained in:
parent
2e3e1a1250
commit
e901e81074
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ class FilePage extends React.PureComponent {
|
|||
(!completed && !this.state.streamingMode)) &&
|
||||
!this.state.downloadPressed && (
|
||||
<FileDownloadButton
|
||||
uri={uri}
|
||||
uri={claim && claim.permanent_url ? claim.permanent_url : uri}
|
||||
style={filePageStyle.downloadButton}
|
||||
openFile={openFile}
|
||||
isPlayable={isPlayable}
|
||||
|
|
Loading…
Reference in a new issue