Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocio De Santiago authored and Rocio De Santiago committed Jul 30, 2024
1 parent c31e317 commit b222e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/src/components/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const App = () => {
const authenticatedRoutes = (
<>
{user && (
<Flex sx={sx.appLayout}>
<Flex data-testid="app-container" sx={sx.appLayout}>
<Header handleLogout={logout} />
</Flex>
)}
Expand Down

0 comments on commit b222e5d

Please sign in to comment.