Skip to content

Commit

Permalink
move dash
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Dec 23, 2024
1 parent de6c2ec commit 7d13a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ItemTable/ItemAvailability/NotAvailable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ const NotAvailable = ({
return (
<>
<Box as="span" color="ui.warning.tertiary">
Not available -
Not available
</Box>
{" -"}
{dueDate && ` - In use until ${dueDate} -`}
<ContactALibrarian item={itemMetadata} />
</>
Expand Down

0 comments on commit 7d13a04

Please sign in to comment.