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

Bring back randomized greetings on the planner #2312

Merged
merged 2 commits into from
Oct 11, 2018
Merged

Conversation

drewvolz
Copy link
Collaborator

The prop became lost from a refactor, so this brings back the greetings!

To follow -- more greetings.

@@ -32,7 +32,7 @@ const StatusSidebar = ({student}: {student: Undoable<Student>}) => (
student={student}
/>
<CourseRemovalBox student={student.present} />
<StudentSummary student={student.present} />
<StudentSummary student={student.present} randomizeHello />
Copy link
Owner

Choose a reason for hiding this comment

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

I'd like ={true} here, please. sorry.

@hawkrives hawkrives merged commit 780e624 into master Oct 11, 2018
@drewvolz drewvolz deleted the randomize-hello branch October 11, 2018 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants