Skip to content

Commit 9f88097

Browse files
authored
feat: adopt hightide 0.1.36 (#1284)
1 parent 7a5abbf commit 9f88097

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+5080
-2415
lines changed

api-services/service/tasks/PatientService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const PatientService = {
140140
await PatientService.assignToBed({ patientId: res.getId(), bedId: patient.bedId })
141141
}
142142
} catch (err) {
143-
console.log(err)
143+
console.error(err)
144144
}
145145

146146
return { ...patient, id: res.getId() }

customer/pages/products/pay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ const Payment: NextPage = () => {
202202
</span>
203203
</div>
204204
)
205-
}) : <span className="textstyle-description">{translation.noTermsAndConditions}</span>}
205+
}) : <span className="text-description">{translation.noTermsAndConditions}</span>}
206206
<div className="row justify-between">
207207
<SolidButton
208208
className="gap-x-2 w-[200px]"

0 commit comments

Comments
 (0)