Skip to content

Commit

Permalink
fix(web): remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Dec 13, 2024
1 parent 8287710 commit 4ec593a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/core/IssuesDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const IssuesDrawer = forwardRef(({ onClose }: { onClose: () => void }, ref) => {
if (issues.length === 0) return null;
// FIXME: address this better or use the /product(s)? namespace instead of
// /registration.
const section = scope === "product" ? "registration" : scope;
const ariaLabelId = `${scope}-issues-section`;

return (
Expand Down

0 comments on commit 4ec593a

Please sign in to comment.