Skip to content

feat: style todos with prefix 'work'#3

Open
Arshavin86 wants to merge 1 commit intomasterfrom
1/work-highlight
Open

feat: style todos with prefix 'work'#3
Arshavin86 wants to merge 1 commit intomasterfrom
1/work-highlight

Conversation

@Arshavin86
Copy link
Copy Markdown

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
Comment thread js/todoItem.jsx
<li className={classNames({
completed: this.props.todo.completed,
workItem: check(prefix),
ompleted: this.props.todo.completed,
Copy link
Copy Markdown

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