Skip to content

Commit

Permalink
(fix) bed management clean up fixing linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel090 committed Jan 22, 2024
1 parent 1faf27c commit bbf1776
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/root.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const Root: React.FC = () => {
<Route path="/administration" element={<BedAdministrationTable />} />
<Route path="/bed-tag" element={<BedTagAdministrationTable />} />
<Route path="/bed-type" element={<BedTypeAdministrationTable />} />

</Routes>
</main>
</BrowserRouter>
Expand Down
2 changes: 1 addition & 1 deletion src/summary/summary.resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ export async function editBedTag({
}
);
return response;
}
}

0 comments on commit bbf1776

Please sign in to comment.