)}
diff --git a/superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx b/superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx
index 2eef7d4f2..f86b0b82c 100644
--- a/superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx
+++ b/superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx
@@ -29,12 +29,7 @@ import DeleteModal from 'src/components/DeleteModal';
import Icon from 'src/components/Icon';
import SubMenu from 'src/components/Menu/SubMenu';
import EmptyState from './EmptyState';
-import {
- IconContainer,
- CardContainer,
- createErrorHandler,
- shortenSQL,
-} from '../utils';
+import { CardContainer, createErrorHandler, shortenSQL } from '../utils';
SyntaxHighlighter.registerLanguage('sql', sql);
@@ -272,9 +267,10 @@ const SavedQueries = ({
buttons={[
{
name: (
-
- SQL Query{' '}
-
+
+
+ SQL Query{' '}
+
),
buttonStyle: 'tertiary',
onClick: () => {