Skip to content

Commit 51aed36

Browse files
committed
Fix formatting in PricingAddons component by removing unnecessary whitespace
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 26c57e8 commit 51aed36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/PricingAddons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const PricingAddons = ({ isYearly = false }) => {
157157
sx={{ mb: 2, display: "block" }}
158158
/>
159159
))}
160-
160+
161161
<Box className="feature">
162162
<FeatureDetails
163163
category={selectedAddon.name}

src/components/PricingAddons/index_fixed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const PricingAddons = ({ isYearly = false }) => {
157157
sx={{ mb: 2, display: "block" }}
158158
/>
159159
))}
160-
160+
161161
<Box className="feature">
162162
<FeatureDetails
163163
category={selectedAddon.name}

0 commit comments

Comments
 (0)