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

Public Profile - Assignment History Design #698

Merged
merged 5 commits into from
Feb 10, 2020

Conversation

mjoyce91
Copy link

@mjoyce91 mjoyce91 commented Feb 7, 2020

Update the design of the public profile Assignment History, and use static data for demo/testing purposes.

@@ -42,7 +42,40 @@ AssignmentList.propTypes = {
};

AssignmentList.defaultProps = {
assignments: [],
assignments: new Array(5).fill( // TODO - remove this
{

Choose a reason for hiding this comment

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

Array.fill 👍

@mjoyce91 mjoyce91 merged commit 774ed39 into dev Feb 10, 2020
@mjoyce91 mjoyce91 deleted the update/static-content-assignments branch February 10, 2020 00:27
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