We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e28a96 commit fcc321cCopy full SHA for fcc321c
1 file changed
frontend/src/app/plans/page.tsx
@@ -78,7 +78,7 @@ export default function MyPlans() {
78
<SavedPlan
79
plan={plan}
80
onPin={() => pinPlan(plan.id)}
81
- onDelete={() => confirmDeletePlan(plan.id)}
+ onDelete={() => confirmDeletePlan(plan.title)}
82
/>
83
</motion.div>
84
))}
0 commit comments