Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Sep 13, 2024
1 parent 609fcb8 commit 8bb8bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/FacePile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit 8bb8bc9

Please sign in to comment.