Skip to content

Commit

Permalink
Web app added
Browse files Browse the repository at this point in the history
  • Loading branch information
Liopun committed Mar 30, 2024
1 parent 3b02049 commit 52e5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import './App.css';
import NotFound from './components/NotFound';
import Home from './components/Home';

ReactGA.initialize(process.env.GA_TRACKING_ID);
ReactGA.initialize(process.env.GA_TRACKING_ID || '');

function App() {
return (
Expand Down

0 comments on commit 52e5483

Please # to comment.