mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 04:12:47 +02:00
Add index parameter to plans.map callback in Pricing component
Made-with: Cursor
This commit is contained in:
parent
c7cd3c6a9d
commit
e3f5b7923a
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export function Pricing({
|
|||
plans.length === 2 ? "md:grid-cols-2 max-w-5xl mx-auto" : "md:grid-cols-3"
|
||||
)}
|
||||
>
|
||||
{plans.map((plan) => (
|
||||
{plans.map((plan, index) => (
|
||||
<motion.div
|
||||
key={plan.name}
|
||||
initial={{ y: 50, opacity: 1 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue