Skip to content

Commit

Permalink
fix: MUI tooltip warning on analytics button (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Nov 20, 2023
1 parent 052210f commit 359deab
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@ const PreviewBrowser: React.FC<{
</Tooltip>
) : (
<Tooltip arrow title="Analytics page unavailable">
<Link component={"button"} disabled aria-disabled={true}>
<BarChart />
</Link>
<Box>
<Link component={"button"} disabled aria-disabled={true}>
<BarChart />
</Link>
</Box>
</Tooltip>
)}

Expand Down

0 comments on commit 359deab

Please sign in to comment.