Fix livestream updating state from both websocket and reducer and causing double of the same comments to appear
This commit is contained in:
parent
9ea89f7b1b
commit
c9898ad833
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const perform = (dispatch, ownProps) => ({
|
||||||
claimId,
|
claimId,
|
||||||
parentId,
|
parentId,
|
||||||
ownProps.uri,
|
ownProps.uri,
|
||||||
ownProps.livestream,
|
ownProps.isLivestream,
|
||||||
txid,
|
txid,
|
||||||
payment_intent_id,
|
payment_intent_id,
|
||||||
environment,
|
environment,
|
||||||
|
|
Loading…
Reference in a new issue