Skip to content

Commit b3abde6

Browse files
committed
Fix one more type error
1 parent e69f25a commit b3abde6

File tree

2 files changed

+2
-4
lines changed
  • packages/grafana-ui/src/components/Icon
  • public/microfrontends/fn_dashboard

2 files changed

+2
-4
lines changed

packages/grafana-ui/src/components/Icon/Icon.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ export const Icon = React.forwardRef<HTMLDivElement, IconProps>(
4242

4343
/* Temporary solution to display also font awesome icons */
4444
if (name?.startsWith('fa fa-')) {
45-
{
46-
/* @ts-ignore */
47-
}
45+
/* @ts-ignore */
4846
return <i className={getFontAwesomeIconStyles(name, className)} {...divElementProps} style={style} />;
4947
}
5048

public/microfrontends/fn_dashboard/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<script
2929
nonce=""
30-
src="../../../public/build/fn_dashboard.4e992a86e1264e98dfa3.js"
30+
src="../../../public/build/fn_dashboard.42490cab91c30eb42a0e.js"
3131
type="text/javascript"
3232
></script>
3333

0 commit comments

Comments
 (0)