diff --git a/.eslintrc.js b/.eslintrc.js
index 7bf27ea373869..9d54f523057d0 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -110,10 +110,6 @@ module.exports = {
element: 'Col',
message: 'use flex utility classes instead - most of the time can simply be a plain
',
},
- {
- element: 'Space',
- message: 'use flex or space utility classes instead',
- },
{
element: 'Divider',
message: 'use instead',
@@ -161,6 +157,10 @@ module.exports = {
element: 'Tabs',
message: 'use instead',
},
+ {
+ element: 'Space',
+ message: 'use flex or space utility classes instead',
+ },
{
element: 'Spin',
message: 'use Spinner instead',
diff --git a/frontend/src/lib/components/InsightLabel/index.tsx b/frontend/src/lib/components/InsightLabel/index.tsx
index 2392f77a423c6..0969e8ca353d8 100644
--- a/frontend/src/lib/components/InsightLabel/index.tsx
+++ b/frontend/src/lib/components/InsightLabel/index.tsx
@@ -1,4 +1,4 @@
-import { Space, Tag } from 'antd'
+import { Tag } from 'antd'
import { ActionFilter, BreakdownKeyType } from '~/types'
import { PropertyKeyInfo } from 'lib/components/PropertyKeyInfo'
import { capitalizeFirstLetter, hexToRGBA, midEllipsis } from 'lib/utils'
@@ -168,7 +168,7 @@ export function InsightLabel({
)}
{pillValues.length > 0 && (
-
+