Fix edit
This commit is contained in:
parent
f943affb19
commit
2d39325a24
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const select = (state, props) => {
|
||||||
|
|
||||||
const perform = {
|
const perform = {
|
||||||
doClearPlayingUri,
|
doClearPlayingUri,
|
||||||
doCommentUpdate,
|
updateComment: doCommentUpdate,
|
||||||
fetchReplies: doCommentList,
|
fetchReplies: doCommentList,
|
||||||
doToast,
|
doToast,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue