lbry-desktop/ui/js/selectors/rewards.js
6ea86b96 bb9a71805b Loading show page content fast, resolving cost and file info.
Rewards and uploaded/downloaded files currently broken
2017-05-02 19:16:42 -04:00

4 lines
100 B
JavaScript

import { createSelector } from 'reselect'
export const _selectState = state => state.rewards || {}