From e7e7d6dba4497c21065b49bf3f7e015052c5e4db Mon Sep 17 00:00:00 2001 From: jessop Date: Thu, 16 Jul 2020 13:00:33 -0400 Subject: [PATCH] fix comments functions import --- ui/component/comment/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/component/comment/index.js b/ui/component/comment/index.js index c285cabfe..c43a5fae6 100644 --- a/ui/component/comment/index.js +++ b/ui/component/comment/index.js @@ -5,9 +5,8 @@ import { makeSelectClaimForUri, makeSelectThumbnailForUri, makeSelectIsUriResolving, - doCommentUpdate, // doEditComment would be a more fitting name - doCommentAbandon, } from 'lbry-redux'; +import { doCommentAbandon, doCommentUpdate } from 'redux/actions/comments'; import { selectChannelIsBlocked } from 'redux/selectors/blocked'; import Comment from './view';