Skip to content

Commit

Permalink
(feat) O3-3613: Add Ward App to Left Hand Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Jul 17, 2024
1 parent 1eef07c commit 664edfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/esm-ward-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const options = {

export const root = getSyncLifecycle(rootComponent, options);

// t('wards', 'Wards')
export const wardDashboardLink = getSyncLifecycle(createDashboardLink({ name: 'ward', title: 'wards' }), options);

export const admissionRequestWorkspace = getAsyncLifecycle(
Expand Down
1 change: 1 addition & 0 deletions packages/esm-ward-app/src/root.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { BrowserRouter, Route, Routes } from 'react-router-dom';
import WardView from './ward-view/ward-view.component';

const Root: React.FC = () => {
// t('wards', 'Wards')
const wardViewBasename = window.getOpenmrsSpaBase() + 'home/ward';

return (
Expand Down

0 comments on commit 664edfa

Please sign in to comment.