Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
suubi-joshua committed Nov 8, 2024
1 parent 8d94a14 commit b9288a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const AdmissionRequestsBar: React.FC<AdmissionRequestsBarProps> = ({ wardPending
<Movement className={styles.movementIcon} size="24" />
<span className={styles.content}>
{t('admissionRequestsCount', '{{count}} admission request', {
count: inpatientRequests?.length,
count: inpatientRequests.length,
})}
</span>
<Button
Expand Down

0 comments on commit b9288a4

Please sign in to comment.