always update costInfo on FilePage componentDidMount

This commit is contained in:
Travis Eden 2018-06-07 13:47:09 -04:00
parent 493053ca55
commit c2be04a18d

View file

@ -60,9 +60,7 @@ class FilePage extends React.Component<Props> {
fetchFileInfo(uri);
}
if (costInfo === undefined) {
fetchCostInfo(uri);
}
fetchCostInfo(uri);
this.checkSubscription(this.props);
}