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

Feature/show participant fields when empty #155

Merged
merged 3 commits into from
Jul 20, 2016

Conversation

villevuor
Copy link
Member

No description provided.

@@ -130,56 +120,62 @@ export function getParticipantDetailsPage(participantStore, participantActions)
<Panel header="Yhteystiedot">
<dl>
<dt>Puhelin</dt>
<dd>{ phoneNumber }</dd>
<dd>{ phoneNumber || '–' }</dd>
Copy link
Member

Choose a reason for hiding this comment

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

Näistäki vois refaktoroida komponentin joka luo ton dt-/dd-parin, ja hoitaa ton viivalla korvaamisen tyhjille inputeille

@googol googol merged commit bc6c3c2 into master Jul 20, 2016
@googol googol deleted the feature/show-participant-fields-when-empty branch July 20, 2016 17:25
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