diff --git a/src/components/HistoryList/HistoryList.tsx b/src/components/HistoryList/HistoryList.tsx index 5ca0bd4..81f958f 100644 --- a/src/components/HistoryList/HistoryList.tsx +++ b/src/components/HistoryList/HistoryList.tsx @@ -25,7 +25,7 @@ const HistoryList = () => { }; return ( - + - {isLoading &&

Loading...

} - {error &&

Error: {error.message}

} -
+ {isLoading &&

Loading...

} + {error &&

Error: {error.message}

} +
{state?.alertList?.length > 0 ? ( state?.alertList?.map((alertItem, index) => (
diff --git a/src/components/SessionForm/HitSearchCard.tsx b/src/components/SessionForm/HitSearchCard.tsx index c2c6b85..745a182 100644 --- a/src/components/SessionForm/HitSearchCard.tsx +++ b/src/components/SessionForm/HitSearchCard.tsx @@ -9,9 +9,9 @@ const SessionCard = () => { const { dispatch } = useAlertHitContext(); return ( - + -
+