lbry-android/app/src/component/storageStatsCard/index.js
Akinwale Ariwodola 404647c4cb
add storage stats card to My LBRY downloads page (#278)
* add storage stats card to My LBRY downloads page
* add decimalPoints parameter to formatBytes method
* some more tweaks to notifications and startup
* cancel all notifications if the service is not running when the activity is destroyed
2018-09-03 03:00:54 +01:00

4 lines
123 B
JavaScript

import { connect } from 'react-redux';
import StorageStatsCard from './view';
export default connect()(StorageStatsCard);