Skip to content

Commit

Permalink
CORE-2016: Update src/components/subscriptions/addons/edit/formatters.js
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Sarando <[email protected]>
  • Loading branch information
slr71 and psarando committed Jan 25, 2025
1 parent 47b3217 commit 0c3c54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/subscriptions/addons/edit/formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function formatAddonSubmission(values, resourceTypes, update = false) {
},
addon_rates: addonRates.map((addonRate) => {
return {
uuid,
uuid: addonRate.uuid,
effective_date: formatEffectiveDate(addonRate.effectiveDate),
rate: addonRate.rate,
};
Expand Down

0 comments on commit 0c3c54e

Please sign in to comment.