Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/bid tracker remaining bids message #715

Merged
merged 9 commits into from
Feb 26, 2020
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import LinkButton from '../../../LinkButton';
const ClosedAlert = ({ title, date, id }, { condensedView }) => (
<div className="bid-tracker-alert-container bid-tracker-alert-container--closed">
<div className="top-text">
{title} has been filled
Your bid on {title} is no longer applicable.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

</div>
{
date &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ exports[`ClosedAlertComponent matches snapshot 1`] = `
<div
className="top-text"
>
Your bid on
title
has been filled
is no longer applicable.
</div>
<div
className="date-text"
Expand Down