lbry-desktop/ui/component/livestreamComment
infinite-persistence 96cdf11567
Fix naming convention and type correctness
- Fixed value props being named like a function/selector.
- Fixed flow type for membership (should be `?string`).
    - It might not matter in the current code, but the whole purpose of type checking to catch usage errors in the future.
- `hasXXX` indicates a boolean, so it doesn't make sense to force the client to input a string.
2022-06-28 13:39:11 +08:00
..
index.js Membership subscriptions (#812) 2022-03-09 13:05:37 -05:00
view.jsx Fix naming convention and type correctness 2022-06-28 13:39:11 +08:00