Skip to content

Commit

Permalink
chore: fix unique key prop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Nov 15, 2024
1 parent 6d2f52b commit 19750c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/fb2/CreateFidelityBond.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ const CreateFidelityBond2 = ({

<div className={styles.tabs}>
{['Expiration date', 'Funding Source', 'UTXO Overview', 'Confirmation'].map((tab, index) => (
<div>
<div key={index} className={styles.tab}>
<div key={index}>
<div className={styles.tab}>
<div className="d-flex align-items-center gap-4">
<div className={styles.circle}>
<div className={styles.step}>
Expand Down

0 comments on commit 19750c7

Please sign in to comment.