Skip to content

Commit

Permalink
Merge pull request #339 from coronasafe/develop
Browse files Browse the repository at this point in the history
Production Deploy
  • Loading branch information
riginoommen authored Jun 21, 2020
2 parents be71d3a + 62629cf commit 59f42ef
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 573 deletions.
24 changes: 12 additions & 12 deletions src/Components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ export const FacilityHome = (props: any) => {
<td className="border px-4 py-2 text-center">{data.num_patient_referred || "-"}</td>
<td className="border px-4 py-2">
<Button
className="py-2 mt-2 px-6 bg-white rounded-md border border-grey-500 inline-flex items-center justify-center whitespace-no-wrap text-sm font-semibold rounded cursor-pointer hover:bg-gray-300"
onClick={() =>
navigate(`/facility/${facilityId}/triage/${data.id}`)
}>
Edit
className="py-2 mt-2 px-6 bg-white rounded-md border border-grey-500 inline-flex items-center justify-center whitespace-no-wrap text-sm font-semibold rounded cursor-pointer hover:bg-gray-300"
onClick={() =>
navigate(`/facility/${facilityId}/triage/${data.id}`)
}>
Edit
</Button></td>
</tr>
);
Expand Down Expand Up @@ -155,7 +155,7 @@ export const FacilityHome = (props: any) => {
</Grid>
<Grid item xs={12} md={5}>
<Grid container spacing={1} direction="column">
<Grid item xs={12} className="w3-center">
<Grid item xs={12}>
<Button
fullWidth
variant="contained"
Expand All @@ -166,7 +166,7 @@ export const FacilityHome = (props: any) => {
Update Facility
</Button>
</Grid>
<Grid item xs={12} className="w3-center">
<Grid item xs={12}>
<Button
fullWidth
variant="contained"
Expand All @@ -178,7 +178,7 @@ export const FacilityHome = (props: any) => {
Add More Bed Types
</Button>
</Grid>
<Grid item xs={12} className="w3-center">
<Grid item xs={12}>
<Button
fullWidth
variant="contained"
Expand All @@ -192,7 +192,7 @@ export const FacilityHome = (props: any) => {
Add More Doctor Types
</Button>
</Grid>
<Grid item xs={12} className="w3-center">
<Grid item xs={12}>
<Button
fullWidth
variant="contained"
Expand All @@ -203,7 +203,7 @@ export const FacilityHome = (props: any) => {
Add Triage
</Button>
</Grid>
<Grid item xs={12} className="w3-center">
<Grid item xs={12}>
<Button
fullWidth
variant="contained"
Expand All @@ -218,7 +218,7 @@ export const FacilityHome = (props: any) => {
</Grid>
</Grid>
<Grid container style={{ padding: "10px" }} spacing={1}>
<Grid item xs={12} md={6} className="w3-center">
<Grid item xs={12} md={6}>
<Button
fullWidth
variant="contained"
Expand All @@ -229,7 +229,7 @@ export const FacilityHome = (props: any) => {
Add Details of Covid Suspects
</Button>
</Grid>
<Grid item xs={12} md={6} className="w3-center">
<Grid item xs={12} md={6}>
<Button
fullWidth
variant="contained"
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export const PatientHome = (props: any) => {
</div>
</div>
) : (
<span className="w3-center">
<span className="flex items-center justify-center">
<h6 className="text-gray-700">No Medical History so far</h6>
</span>
)}
Expand Down
298 changes: 0 additions & 298 deletions src/Components/Patient/TeleConsultation.tsx

This file was deleted.

Loading

0 comments on commit 59f42ef

Please sign in to comment.