Skip to content

Commit

Permalink
fix(dcellar-web-ui): remove duplicate codes
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed May 9, 2024
1 parent beb59ea commit a653bbf
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,6 @@ export const PaymentAccountOperation = memo(function PaymentAccountOperation({
paymentAddress: newPaymentAccount.address,
}),
);
dispatch(
setBucketPaymentAccount({
bucketName: bucket.BucketName,
paymentAddress: newPaymentAccount.address,
}),
);
};

return (
Expand Down

0 comments on commit a653bbf

Please sign in to comment.