From 04b47295ad03f152440bc42e1a8beda363f15ea1 Mon Sep 17 00:00:00 2001 From: DispatchCommit Date: Wed, 10 Mar 2021 19:23:59 -0800 Subject: [PATCH] fix lbry-redux import typo --- ui/component/livestreamLink/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/livestreamLink/index.js b/ui/component/livestreamLink/index.js index af8cf9c09..4bc23a4f0 100644 --- a/ui/component/livestreamLink/index.js +++ b/ui/component/livestreamLink/index.js @@ -1,5 +1,5 @@ import { connect } from 'react-redux'; -import { makeSelectClaimForUri } from 'lbry-redux;'; +import { makeSelectClaimForUri } from 'lbry-redux'; import LivestreamLink from './view'; const select = (state, props) => ({