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

add bid stats to the profile bid list #28

Merged
merged 4 commits into from
Dec 11, 2018
Merged

Conversation

rtirserio
Copy link

Resolves TM-288 by adding the bid stats to each bid in the bid list on a users profile page.

@@ -12,7 +13,7 @@ describe('BidContentComponent', () => {
positionNumber="055A45"
postName="Paris"
positionTitle="Title"
bidStatistics={{}}
bidStatistics={bidStatistics.result}

Choose a reason for hiding this comment

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

Doesn't look like result is property. I think you can just do bidStatistics={bidStatistics}.

Copy link
Author

Choose a reason for hiding this comment

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

ah good catch, i was looking at the other export from the mock file

Copy link

@mjoyce91 mjoyce91 left a comment

Choose a reason for hiding this comment

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

👍

@mjoyce91 mjoyce91 merged commit 7b3a605 into dev Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants