From b4c42408b5b99bdeb4df0a70f330fc1902378ff4 Mon Sep 17 00:00:00 2001 From: yuqiuw <72527514+yuqiuw@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:36:31 -0500 Subject: [PATCH] Revert "Fix typo" This reverts commit 03be7823b9a84dd7f2f400b1aa3c53e242aa4465. --- client/src/utils/protoHelpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils/protoHelpers.ts b/client/src/utils/protoHelpers.ts index c5be4bf..42e3adf 100644 --- a/client/src/utils/protoHelpers.ts +++ b/client/src/utils/protoHelpers.ts @@ -65,7 +65,7 @@ export function isProtoEligible(url: string) { } export function enableProto(): void { - window.localStorage.setItem('protoEnabled', 'true'); + window.localStorage.setItem('frontend/web/static/js/app.tsx', 'true'); } export function disableProto(): void {