Skip to content

Commit

Permalink
Merge pull request #599 from MetaPhase-Consulting/feature/add_back_bu…
Browse files Browse the repository at this point in the history
…tton

TM-1438 add back button to bid tracker
  • Loading branch information
rtirserio authored Dec 16, 2019
2 parents d2df857 + f82cea9 commit 508183c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/BidTracker/BidTracker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import ProfileSectionTitle from '../ProfileSectionTitle';
import Spinner from '../Spinner';
import NotificationsSection from './NotificationsSection';
import ContactCDOButton from './ContactCDOButton';
import BackButton from '../BackButton';

const BidTracker = ({ bidList, bidListIsLoading, acceptBid, declineBid, submitBid, deleteBid,
notifications, notificationsIsLoading, markBidTrackerNotification, userProfile,
Expand All @@ -16,6 +17,7 @@ userProfileIsLoading, isPublic, useCDOView }) => {
`${userProfile.name}'s Bid Tracker` : 'Bid Tracker';
return (
<div className="usa-grid-full profile-content-inner-container bid-tracker-page">
<BackButton />
{
!isPublic &&
<NotificationsSection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`BidTrackerComponent matches snapshot 1`] = `
<div
className="usa-grid-full profile-content-inner-container bid-tracker-page"
>
<Connect(withRouter()) />
<NotificationsSection
markBidTrackerNotification={[Function]}
notifications={
Expand Down Expand Up @@ -326,6 +327,7 @@ exports[`BidTrackerComponent matches snapshot when bidListIsLoading is true 1`]
<div
className="usa-grid-full profile-content-inner-container bid-tracker-page"
>
<Connect(withRouter()) />
<NotificationsSection
markBidTrackerNotification={[Function]}
notifications={
Expand Down

0 comments on commit 508183c

Please sign in to comment.