Skip to content

Commit

Permalink
undo some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijahkyampeire committed Sep 4, 2024
1 parent e5f4e59 commit 61ed394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const EncounterList: React.FC<EncounterListProps> = ({

return (
<>
{tableRows?.length === 0 || encounters.length === 0 ? (
{tableRows?.length > 0 || encounters.length > 0 ? (
<>
<div className={styles.widgetContainer}>
<div className={styles.widgetHeaderContainer}>
Expand Down

0 comments on commit 61ed394

Please sign in to comment.