diff --git a/.reflame.config.jsonc b/.reflame.config.jsonc
index 6ee45e23619..de2f4e7f5b2 100644
--- a/.reflame.config.jsonc
+++ b/.reflame.config.jsonc
@@ -3,8 +3,8 @@
// It's basically JSON, with the addition of comments, and looser syntax
// (trailing commas!).
// Reflame uses this to identify your app.
- "appId": "01GVH35S71FJP26W72V3K7CB2N", // prod
- // "appId": "01GSXZYQT1W0TZDJAG94P9S4BZ", // prod fork
+ // "appId": "01GVH35S71FJP26W72V3K7CB2N", // prod
+ "appId": "01GSXZYQT1W0TZDJAG94P9S4BZ", // prod fork
// "appId": "01GR550WASJY2G2NSYZ4P54JJV", // dev
// This is what shows up in the browser's tab bar.
"title": "Reflame App",
diff --git a/frontend/src/components/Progress/Progress.tsx b/frontend/src/components/Progress/Progress.tsx
index 21642f154c1..ef2d8a88239 100644
--- a/frontend/src/components/Progress/Progress.tsx
+++ b/frontend/src/components/Progress/Progress.tsx
@@ -17,6 +17,6 @@ const Progress = ({ denominator, numerator, ...props }: Props) => {
)
}
-export const Progress_test =
+export const Progress_test =
export default Progress