Skip to content

Commit fcc321c

Browse files
committed
Restored Plan Deletion Functionality (+prettier)
Probably the single easiest bug fix I've ever done. :)
1 parent 3e28a96 commit fcc321c

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)