Skip to content

Commit

Permalink
a で良さそうなので ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 17, 2023
1 parent 5830c16 commit 2d988ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header/DownloadReportButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export const DownloadReportButton: React.FC = () => {
defaultValue="Download report"
onClick={onClick}
/>
<button type="button" ref={anchorRef} style={{ display: 'none' }} />
{/* biome-ignore lint/a11y/useValidAnchor: <explanation> */}
<a ref={anchorRef} style={{ display: 'none' }} />
</>
)
}

0 comments on commit 2d988ef

Please sign in to comment.