always update costInfo on FilePage componentDidMount
This commit is contained in:
parent
493053ca55
commit
c2be04a18d
1 changed files with 1 additions and 3 deletions
|
@ -60,9 +60,7 @@ class FilePage extends React.Component<Props> {
|
|||
fetchFileInfo(uri);
|
||||
}
|
||||
|
||||
if (costInfo === undefined) {
|
||||
fetchCostInfo(uri);
|
||||
}
|
||||
fetchCostInfo(uri);
|
||||
|
||||
this.checkSubscription(this.props);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue