From 8bb8bc938cd4413ea9f825e4e5647c6bf6819c15 Mon Sep 17 00:00:00 2001 From: justinpark Date: Fri, 13 Sep 2024 14:04:56 -0700 Subject: [PATCH] eslint --- superset-frontend/src/components/FacePile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/components/FacePile/index.tsx b/superset-frontend/src/components/FacePile/index.tsx index f73778e6f38ae..b7f533bae84c0 100644 --- a/superset-frontend/src/components/FacePile/index.tsx +++ b/superset-frontend/src/components/FacePile/index.tsx @@ -26,8 +26,8 @@ import { import { Tooltip } from 'src/components/Tooltip'; import { Avatar } from 'src/components'; import { RootState } from 'src/views/store'; -import { getRandomColor } from './utils'; import getOwnerName from 'src/utils/getOwnerName'; +import { getRandomColor } from './utils'; interface FacePileProps { users: Owner[];