Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HCBS Footer 2/x - Set up app routes #13

Merged
merged 14 commits into from
Jul 31, 2024
4 changes: 2 additions & 2 deletions services/ui-src/src/components/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const App = () => {
const { user, showLocalLogins } = useStore();
// const { pathname } = useLocation();

// TODO: fire tealium page view on route change
// TODO: fire tealium page view on route change
/*
* useEffect(() => {
* fireTealiumPageView(
Expand All @@ -34,7 +34,7 @@ export const App = () => {
const authenticatedRoutes = (
<>
{user && (
<Flex data-testid="app-container" sx={sx.appLayout}>
<Flex sx={sx.appLayout}>
ajaitasaini marked this conversation as resolved.
Show resolved Hide resolved
<Timeout />
<Container sx={sx.appContainer} data-testid="app-container">
<ErrorBoundary FallbackComponent={Error}>
Expand Down