diff --git a/dist/bundle.es.js b/dist/bundle.es.js index 4f63f2d..f25e82b 100644 --- a/dist/bundle.es.js +++ b/dist/bundle.es.js @@ -3255,7 +3255,7 @@ function doRepost(options) { }); dispatch(doFetchClaimListMine(1, 10)); - resolve(); + resolve(repostClaim); } function failure(error) { diff --git a/src/redux/actions/claims.js b/src/redux/actions/claims.js index 4e12c8d..752e081 100644 --- a/src/redux/actions/claims.js +++ b/src/redux/actions/claims.js @@ -485,7 +485,7 @@ export function doRepost(options: StreamRepostOptions) { }); dispatch(doFetchClaimListMine(1, 10)); - resolve(); + resolve(repostClaim); } function failure(error) {