Skip to content

Commit

Permalink
Merge 05668a5 into 4afbd95
Browse files Browse the repository at this point in the history
  • Loading branch information
aldipower committed Jan 21, 2016
2 parents 4afbd95 + 05668a5 commit f8c309e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coding-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ Rules:

```JS
var title = !Util.isStringAndEmpty(props.title)
? <h3 className="h3">{props.title}</h3>
: null;
? <h3 className="h3">{props.title}</h3>
: null;
```

## JSX
Expand Down

0 comments on commit f8c309e

Please sign in to comment.