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,
|
||||
parentId,
|
||||
ownProps.uri,
|
||||
ownProps.livestream,
|
||||
ownProps.isLivestream,
|
||||
txid,
|
||||
payment_intent_id,
|
||||
environment,
|
||||
|
|
Loading…
Reference in a new issue