add comment that links to PR with discussion
This commit is contained in:
parent
c2be04a18d
commit
30d04ed0d7
1 changed files with 2 additions and 1 deletions
|
@ -54,12 +54,13 @@ class FilePage extends React.Component<Props> {
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
const { uri, fileInfo, fetchFileInfo, costInfo, fetchCostInfo } = this.props;
|
const { uri, fileInfo, fetchFileInfo, fetchCostInfo } = this.props;
|
||||||
|
|
||||||
if (fileInfo === undefined) {
|
if (fileInfo === undefined) {
|
||||||
fetchFileInfo(uri);
|
fetchFileInfo(uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// See https://github.com/lbryio/lbry-app/pull/1563 for discussion
|
||||||
fetchCostInfo(uri);
|
fetchCostInfo(uri);
|
||||||
|
|
||||||
this.checkSubscription(this.props);
|
this.checkSubscription(this.props);
|
||||||
|
|
Loading…
Reference in a new issue