Skip to content

Commit

Permalink
phone size responsive issue shifting details page #8831 Open changes …
Browse files Browse the repository at this point in the history
…made
  • Loading branch information
Coderayush13 committed Nov 30, 2024
1 parent 0b2af69 commit 0cbf4d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"glob": "^11.0.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"local-cypress": "^1.2.6",
Expand Down
3 changes: 3 additions & 0 deletions src/components/Shifting/ShiftDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ export default function ShiftDetails(props: { id: string }) {
) : (
<Page
title={t("shifting_details")}
crumbsReplacements={{
[props.id]: { name: data?.patient_object?.name },
}}
backUrl="/shifting/board"
options={
<div className="flex flex-wrap gap-2 mt-4">
Expand Down

0 comments on commit 0cbf4d1

Please sign in to comment.