Improve reimbursement lists #222
Reference in New Issue
Block a user
Delete Branch "feature/reimbursement-lists"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
refs #221
@@ -0,0 +1,68 @@import Component from '@glimmer/component';✂️
@@ -0,0 +1,41 @@<li data-reimbursement-id={{@reimbursement.id}}I'm guessing this is the offender why you had to disable the linter rule
no-invalid-interactive.Adding a
role="button"to the list element should fix that.