From b5e50a7d0160032b1d3f20dec5d5eaf83717fafc Mon Sep 17 00:00:00 2001 From: Samuel Muli Date: Tue, 3 Dec 2024 13:46:24 +0300 Subject: [PATCH 1/2] SJT-109 Fix billing history table UI --- packages/esm-billing-app/package.json | 2 +- .../src/bill-history/bill-history.component.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/esm-billing-app/package.json b/packages/esm-billing-app/package.json index 47bdc98..6a1282d 100644 --- a/packages/esm-billing-app/package.json +++ b/packages/esm-billing-app/package.json @@ -1,6 +1,6 @@ { "name": "@ehospital/esm-billing-app", - "version": "1.0.9", + "version": "1.1.0", "description": "Billing frontend module for use in O3", "browser": "dist/ehospital-esm-billing-app.js", "main": "src/index.ts", diff --git a/packages/esm-billing-app/src/bill-history/bill-history.component.tsx b/packages/esm-billing-app/src/bill-history/bill-history.component.tsx index 5c73c22..a735bf9 100644 --- a/packages/esm-billing-app/src/bill-history/bill-history.component.tsx +++ b/packages/esm-billing-app/src/bill-history/bill-history.component.tsx @@ -117,7 +117,7 @@ const BillHistory: React.FC = ({ patientUuid }) => { } return ( - <> +
- + ); }; From 8bfcafbe8ddd4fddadf4cb46b493b3d2c343c385 Mon Sep 17 00:00:00 2001 From: Samuel Muli Date: Tue, 3 Dec 2024 13:48:49 +0300 Subject: [PATCH 2/2] add githead --- packages/esm-billing-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/esm-billing-app/package.json b/packages/esm-billing-app/package.json index 6a1282d..44dbe21 100644 --- a/packages/esm-billing-app/package.json +++ b/packages/esm-billing-app/package.json @@ -120,5 +120,5 @@ "*.{js,jsx,ts,tsx}": "eslint --cache --fix" }, "packageManager": "yarn@4.1.1", - "gitHead": "7ccfa2e32cc7a985ad7e809fe6cbbf395a340311" + "gitHead": "b5e50a7d0160032b1d3f20dec5d5eaf83717fafc" }