Skip to content

Commit

Permalink
ESLint work
Browse files Browse the repository at this point in the history
  • Loading branch information
jjisabi committed May 1, 2024
1 parent 0f5ff6f commit 0880ac7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ const SpeedDialActionFab = styled(Fab, {
}));

const PersistentTooltip = styled(({ className, ...props }) => (
<Tooltip {...props} classes={{ popper: className }} />
<Tooltip {...props} classes={{ popper: className }} ></Tooltip>
))(({ theme }) => ({
[`& .${tooltipClasses.tooltip}`]: {
...theme.typography.body1,
Expand Down

0 comments on commit 0880ac7

Please sign in to comment.