Bug Description:
When the disableRenewal method is called, the TxConfirmationModal pops up, but the corresponding txHash is not set correctly. This results in the transaction hash not being displayed in the modal, causing confusion for the user.
Steps to Reproduce:
Trigger the disableRenewal method by clicking the "DISABLE SUBSCRIPTION" action.
Observe that the TxConfirmationModal pops up.
Notice that the transaction hash (txHash) is not displayed in the modal.
Expected Behavior:
The TxConfirmationModal should display the correct transaction hash (txHash) when the disableRenewal method is called.
Actual Behavior:
The TxConfirmationModal pops up without displaying the correct transaction hash (txHash).
Bug Description: When the disableRenewal method is called, the TxConfirmationModal pops up, but the corresponding txHash is not set correctly. This results in the transaction hash not being displayed in the modal, causing confusion for the user. Steps to Reproduce: