Skip to content

Commit 03209cd

Browse files
committed
Web app added
1 parent 8e41f35 commit 03209cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import './App.css';
66
import NotFound from './components/NotFound';
77
import Home from './components/Home';
88

9-
ReactGA.initialize(process.env.GA_TRACKING_ID);
9+
ReactGA.initialize(process.env.GA_TRACKING_ID || '');
1010

1111
function App() {
1212
return (

0 commit comments

Comments
 (0)