Skip to content

Commit

Permalink
(fix) ward app - remove duplicate WorkspaceContainer (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho authored Dec 11, 2024
1 parent 03c7671 commit ef0b5d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/esm-ward-app/src/root.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ const Root: React.FC = () => {
<Route path="/:locationUuid" element={<WardView />} />
</Routes>
</BrowserRouter>

<WorkspaceContainer overlay contextKey="ward" />
</main>
);
};
Expand Down

0 comments on commit ef0b5d0

Please sign in to comment.