diff --git a/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx b/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx
index 4bbea82b0..864145085 100644
--- a/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx
+++ b/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx
@@ -12,7 +12,7 @@ import { useConstCallback } from "powerhooks";
import { TextField } from "app/components/designSystem/TextField";
import type { TextFieldProps } from "app/components/designSystem/TextField";
import { Tooltip } from "app/components/designSystem/Tooltip";
-import { capitalize } from "app/tools/capitalize";
+import { capitalize } from "app/tools/capitalize";
const { useClassNames } = createUseClassNames()(
theme => ({
@@ -126,10 +126,12 @@ export const CatalogLauncherMainCard = memo((props: Props) => {
onClick={onRequestCopyLaunchUrl}
/>
}
-