diff --git a/package.json b/package.json index 5d20bce652a..1a6b488a1c7 100644 --- a/package.json +++ b/package.json @@ -209,4 +209,4 @@ "engines": { "node": "18.x" } -} +} \ No newline at end of file diff --git a/src/Components/CriticalCareRecording/PressureSore/CriticalCare__PressureSoreInputModal.res b/src/Components/CriticalCareRecording/PressureSore/CriticalCare__PressureSoreInputModal.res index db303b6c38f..190731aca11 100644 --- a/src/Components/CriticalCareRecording/PressureSore/CriticalCare__PressureSoreInputModal.res +++ b/src/Components/CriticalCareRecording/PressureSore/CriticalCare__PressureSoreInputModal.res @@ -207,4 +207,4 @@ let make = ( -} +} \ No newline at end of file diff --git a/src/Components/Notifications/NoticeBoard.tsx b/src/Components/Notifications/NoticeBoard.tsx index 8ce910e2e73..01a2af1a469 100644 --- a/src/Components/Notifications/NoticeBoard.tsx +++ b/src/Components/Notifications/NoticeBoard.tsx @@ -1,11 +1,11 @@ import React, { useEffect, useState } from "react"; import { useDispatch } from "react-redux"; import { getNotifications } from "../../Redux/actions"; -import PageTitle from "../Common/PageTitle"; -import { Card, CardContent } from "@material-ui/core"; +import Page from "../Common/components/Page"; import Loading from "../Common/Loading"; import { formatDate } from "../../Utils/utils"; import { useTranslation } from "react-i18next"; +import CareIcon from "../../CAREUI/icons/CareIcon"; export const NoticeBoard: any = () => { const dispatch: any = useDispatch(); @@ -30,50 +30,48 @@ export const NoticeBoard: any = () => { }, [dispatch]); let notices; + if (data && data.length) { notices = (