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

Event #264

Closed
wants to merge 4 commits into from
Closed

Event #264

wants to merge 4 commits into from

Conversation

iropal
Copy link
Collaborator

@iropal iropal commented Mar 5, 2019

No description provided.

@iropal iropal requested a review from alexdor March 5, 2019 15:07
@@ -21,6 +21,33 @@ const Event = props => {
const endDateElement = endDate && endDate !== startDate && (
<span className="event__date-end">{shortDate(endDate)}</span>
);

const location =
Copy link
Member

@alexdor alexdor Mar 5, 2019

Choose a reason for hiding this comment

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

could you split this to another component? I looks like it would simplify the event component a lot. Also we have a similar functionality inside the club component, maybe this one and that one can be turned into a single component

@iropal iropal closed this Mar 5, 2019
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.

2 participants