Skip to content

Commit

Permalink
fixed React errors
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Jan 30, 2024
1 parent 3ce0117 commit f98e323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/audit-logs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const AuditLogs = () => {

<ul className="reset-list">
{auditLogBenefits.map((benefit) => (
<li>
<li key={benefit.title}>
<BaseProductSpotlightSection
light={benefit.light}
pictureSrc={benefit.pictureSrc}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/privacy-vault/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const PrivacyVault = () => {
<main>
<ul className="reset-list">
{privacyVaultBenefits.map((benefit) => (
<li>
<li key={benefit.title}>
<BaseProductSpotlightSection
light={benefit.light}
pictureSrc={benefit.pictureSrc}
Expand Down

0 comments on commit f98e323

Please sign in to comment.