Skip to content

Commit 63d19ba

Browse files
Merge pull request #759 from hilton326/test
Restored Plan Deletion Functionality (+prettier)
2 parents 3e28a96 + fcc321c commit 63d19ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/plans/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function MyPlans() {
7878
<SavedPlan
7979
plan={plan}
8080
onPin={() => pinPlan(plan.id)}
81-
onDelete={() => confirmDeletePlan(plan.id)}
81+
onDelete={() => confirmDeletePlan(plan.title)}
8282
/>
8383
</motion.div>
8484
))}

0 commit comments

Comments
 (0)