fix(ui): remove subtotal lines#8763
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Description
This PR removes the subtotal lines from checkout as currently the subtotal will always equal the grand total. In the future when we support taxes (which are added after the subtotal) we can restore these lines, but as they are now they're just redundant information.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change