This commit is contained in:
Rafael 2022-02-09 17:36:36 -03:00 committed by Thomas Zarebczan
parent f943affb19
commit 2d39325a24

View file

@ -46,7 +46,7 @@ const select = (state, props) => {
const perform = { const perform = {
doClearPlayingUri, doClearPlayingUri,
doCommentUpdate, updateComment: doCommentUpdate,
fetchReplies: doCommentList, fetchReplies: doCommentList,
doToast, doToast,
}; };