Skip to content

Commit 594c810

Browse files
committed
Fix fmt
1 parent c1dda02 commit 594c810

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

site/src/components/HelpTooltip/HelpTooltip.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
import { type CSSObject, type Interpolation, type Theme, css, useTheme } from "@emotion/react";
1+
import {
2+
type CSSObject,
3+
type Interpolation,
4+
type Theme,
5+
css,
6+
useTheme,
7+
} from "@emotion/react";
28
import HelpIcon from "@mui/icons-material/HelpOutline";
39
import OpenInNewIcon from "@mui/icons-material/OpenInNew";
410
import Link from "@mui/material/Link";
@@ -154,7 +160,7 @@ export const HelpTooltipAction: FC<HelpTooltipActionProps> = ({
154160

155161
return (
156162
<button
157-
type="button"
163+
type="button"
158164
aria-label={ariaLabel ?? ""}
159165
css={styles.action}
160166
onClick={(event) => {

0 commit comments

Comments
 (0)