benschaf / waste-schedule

This is a waste-management App with CRUD functionality. Never forget to take out your bins on time! Connect with your community and be Eco-Conscious together.
0 stars 0 forks source link

comment edit js is trying to access multiple btn-link class names #74

Closed benschaf closed 4 months ago

benschaf commented 4 months ago

Describe the bug this throws an error since another btn-link was added somewhere else in the template

To Reproduce Steps to reproduce the behavior:

  1. Go to schedule detail
  2. try to edit a comment
  3. see error

Expected behavior js should only try to access the edit buttons not all btn-links

benschaf commented 4 months ago

fixed with c36bb21