Skip to content

Commit 8138bf1

Browse files
authored
Feature bug fix
Signed-off-by: Naman Verma <149177973+Namanv0509@users.noreply.github.com>
1 parent c06b54f commit 8138bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PricingAddons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const PricingAddons = ({ isYearly = false }) => {
166166
description={selectedAddon.description}
167167
>
168168
<Box sx={{ display: "flex", flexWrap: "wrap", gap: 1, mt: 1 }}>
169-
{selectedAddon.features.map((feature, index) => (
169+
{selectedAddon?.features?.map((feature, index) => (
170170
<Chip
171171
key={`main-${index}`}
172172
icon={<CheckCircle sx={{ fontSize: 12 }} />}

0 commit comments

Comments
 (0)