diff --git a/apps/home/static/home/js/tables.js b/apps/home/static/home/js/tables.js index b6bd107..087e41b 100644 --- a/apps/home/static/home/js/tables.js +++ b/apps/home/static/home/js/tables.js @@ -589,7 +589,6 @@ const renderPopoverBadgesColumn = (items, iconClass) => { $span.attr("data-bs-trigger", "hover focus"); $span.attr("data-bs-custom-class", "table-badge-popover") $span.attr("data-bs-html", "true"); - $span.attr("role", "button") let $placeholderContainer = $("
");