Skip to content

Commit

Permalink
rm dash from contactALibrarian component
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Dec 23, 2024
1 parent 132661f commit eb13be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ContactALibrarian = ({
}
return (
<>
{" - Please "}
{" Please "}
<Button
id="contact-librarian"
buttonType="link"
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemAvailability/NotAvailable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const NotAvailable = ({
<Box as="span" color="ui.warning.tertiary">
Not available
</Box>
{dueDate && ` - In use until ${dueDate}`}
{dueDate && ` - In use until ${dueDate} -`}
<ContactALibrarian item={itemMetadata} />
</>
)
Expand Down

0 comments on commit eb13be4

Please sign in to comment.