diff --git a/client/src/templates/Challenges/classic/action-row.tsx b/client/src/templates/Challenges/classic/action-row.tsx
index 41e4ecad727..b253cfb3778 100644
--- a/client/src/templates/Challenges/classic/action-row.tsx
+++ b/client/src/templates/Challenges/classic/action-row.tsx
@@ -1,6 +1,6 @@
-import React from 'react';
import { faWindowRestore } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
+import React from 'react';
import { useTranslation } from 'react-i18next';
import EditorTabs from './editor-tabs';
@@ -86,7 +86,6 @@ const ActionRow = ({
{t('learn.editor-tabs.preview')}