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

feat: style todos with prefix 'work' #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arshavin86
Copy link

Closes #1

@Arshavin86 Arshavin86 force-pushed the 1/work-highlight branch 2 times, most recently from 3fa1f8b to 22bec9f Compare September 11, 2019 00:07
@Arshavin86 Arshavin86 force-pushed the master branch 2 times, most recently from 7b131ea to ed760dc Compare September 11, 2019 00:47
return (
<li className={classNames({
completed: this.props.todo.completed,
workItem: check(prefix),
ompleted: this.props.todo.completed,

Choose a reason for hiding this comment

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

Typo mistake

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.

Highlight todos with the prefix 'work'
2 participants