We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b63a1f commit f7b0033Copy full SHA for f7b0033
1 file changed
editor/components/prompt-banner-signin-to-continue/index.tsx
@@ -4,7 +4,7 @@ import { useAuthState } from "hooks";
4
import { useRouter } from "next/router";
5
import { ArrowRightIcon } from "@radix-ui/react-icons";
6
const __is_prod = process.env.NODE_ENV == "production";
7
-const __overide_show_if_dev = true;
+const __overide_show_if_dev = false;
8
9
export function SigninToContinuePrmoptProvider({
10
children,
0 commit comments