Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65445f8

Browse files
committed
fix lint errors
1 parent 5aa0858 commit 65445f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/profile/new.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Profile extends React.Component {
113113
});
114114
return;
115115
}
116-
if (profession=='working' && !company) {
116+
if (profession === 'working' && !company) {
117117
this.setState({
118118
errors: ['company'],
119119
});

0 commit comments

Comments
 (0)