We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da727f commit 6c2796cCopy full SHA for 6c2796c
src/screens/Main.tsx
@@ -40,6 +40,7 @@ const Main = () => {
40
<Profile />
41
</Header>
42
<Switch>
43
+ {process.env.GA_UACODE}
44
<Route path="/hours" component={HoursScreen} />
45
<Route path="/projects" component={ProjectsScreen} />
46
<Route path="/dashboard" component={Dashboard} />
0 commit comments