Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelmsmith committed Mar 29, 2024
1 parent 09fb698 commit e192412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/billing/PlanComparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const PlanComparison = ({
)}
{includeAddons &&
product.addons?.map((addon) => {
// TODO: integrated_identities addon will show up here when we add a price plan. Make sure this can handle it.
// TODO: integrated_persons addon will show up here when we add a price plan. Make sure this can handle it.
return addon.tiered ? (
<tr key={addon.name + 'pricing-row'} className="PlanTable__tr__border">
<th scope="row">
Expand Down

0 comments on commit e192412

Please sign in to comment.