Updates comment-related redux code to support sdk version 0.53.0 #259
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export function doCommentCreate(
|
|||
comment: string = '',
|
||||
claim_id: string = '',
|
||||
channel: ?string,
|
||||
parent_id?: number
|
||||
parent_id?: string,
|
||||
) {
|
||||
return (dispatch: Dispatch, getState: GetState) => {
|
||||
const state = getState();
|
||||
|
|
Loading…
Add table
Reference in a new issue