Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

[Shows] Fixed bug where current and upcoming shows were not properly wrapping #201

Merged
merged 1 commit into from
Jul 12, 2016

Conversation

sarahscott
Copy link
Contributor

@sarahscott sarahscott commented Jul 11, 2016

Fixes this problem:

simulator screen shot jul 11 2016 3 42 52 pm

So our Current & Upcoming list looks like this instead:

simulator screen shot jul 11 2016 3 44 19 pm

@@ -44,11 +44,11 @@ class Shows extends React.Component {

currentAndUpcomingList() {
if (this.props.artist.current_shows.length || this.props.artist.upcoming_shows.length) {
const shows = [].concat.apply([], [this.props.artist.current_shows, this.props.artist.upcoming_shows]);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If they're in separate lists, the wrapping is off and the view will start a new row for upcoming shows. This way, we have one container for all Current & Upcoming shows.

@sarahscott sarahscott changed the title [Shows] Fixed bug where current and upcoming shows were not properly wrapping [WIP] [Shows] Fixed bug where current and upcoming shows were not properly wrapping Jul 11, 2016
@sarahscott sarahscott changed the title [WIP] [Shows] Fixed bug where current and upcoming shows were not properly wrapping [Shows] Fixed bug where current and upcoming shows were not properly wrapping Jul 11, 2016
@sarahscott
Copy link
Contributor Author

Do I need to worry about the dependency check?

@alloy
Copy link
Contributor

alloy commented Jul 12, 2016

Nope, I already checked them https://github.com/dependencyci/support/issues/1

@mennenia
Copy link
Contributor

Awesome! 🎉

@mennenia mennenia merged commit 8a740d9 into master Jul 12, 2016
@alloy alloy deleted the sarah-shows-bug branch July 12, 2016 12:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants