diff --git a/apps/dotcom/src/utils/migration/DebugMenuItems.tsx b/apps/dotcom/src/utils/migration/DebugMenuItems.tsx index 871670b9a..f0f153aec 100644 --- a/apps/dotcom/src/utils/migration/DebugMenuItems.tsx +++ b/apps/dotcom/src/utils/migration/DebugMenuItems.tsx @@ -6,13 +6,6 @@ const RELEASE_INFO = `${env} ${process.env.NEXT_PUBLIC_TLDRAW_RELEASE_INFO ?? 'u export function DebugMenuItems() { return ( - { - window.alert(`${RELEASE_INFO}`) - }} - /> + { + window.alert(`${RELEASE_INFO}`) + }} + /> ) }