diff --git a/apps/studio/src/modules/add-site/index.tsx b/apps/studio/src/modules/add-site/index.tsx index 6de4300913..4606a2b9dd 100644 --- a/apps/studio/src/modules/add-site/index.tsx +++ b/apps/studio/src/modules/add-site/index.tsx @@ -48,7 +48,7 @@ type BlueprintsData = ReturnType< typeof useGetBlueprints >[ 'data' ]; // - Content centers with small breathing padding. When content is taller than // the viewport it scrolls under the frosted overlays. function ScreenContent( { children }: { children: React.ReactNode } ) { - return