mirror of
https://github.com/grafana/grafana.git
synced 2026-08-09 12:48:18 -05:00
Chore: fix eslint suppressions — react/no-unescaped-entities in ThemeSelectorDrawer.tsx (#130109)
This commit is contained in:
@@ -855,11 +855,6 @@
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
"public/app/core/components/ThemeSelector/ThemeSelectorDrawer.tsx": {
|
||||
"react/no-unescaped-entities": {
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
"public/app/core/components/TimeSeries/utils.ts": {
|
||||
"@typescript-eslint/consistent-type-assertions": {
|
||||
"count": 1
|
||||
|
||||
@@ -29,7 +29,7 @@ export function ThemeSelectorDrawer({ onClose }: Props) {
|
||||
|
||||
const subTitle = (
|
||||
<Trans i18nKey="shared-preferences.fields.theme-description">
|
||||
Enjoying the experimental themes? Tell us what you'd like to see{' '}
|
||||
Enjoying the experimental themes? Tell us what you'd like to see{' '}
|
||||
<TextLink
|
||||
variant="bodySmall"
|
||||
external
|
||||
|
||||
Reference in New Issue
Block a user