Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Fix bug and linter. #1302

Merged
merged 4 commits into from
Jun 6, 2018
Merged

Fix bug and linter. #1302

merged 4 commits into from
Jun 6, 2018

Conversation

ghosind
Copy link
Contributor

@ghosind ghosind commented Jun 2, 2018

No description provided.

@@ -11,7 +11,7 @@ const CharGroupComponent = ({group}: {group: Char[]}) => {
return (
<span
className="char-group"
style={css.charGroup(attributes)}>
style={attributes ? css.charGroup(attributes) : null}>
Copy link
Member

Choose a reason for hiding this comment

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

How about attributes && css.charGroup(attributes) or this will not work here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

attributes && css.charGroup(attributes) is work.

@le0pard le0pard merged commit 1ca27d8 into railsware:master Jun 6, 2018
@le0pard
Copy link
Member

le0pard commented Jun 6, 2018

@ghosind thanks

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.

None yet

2 participants