Skip to content

Commit 74ba0f4

Browse files
committed
linting code
1 parent e75a24e commit 74ba0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default class App extends Component {
3636
}
3737

3838
render() {
39-
const items = contentLinks.map(t => {
39+
const items = contentLinks.map((t) => {
4040
const linkProps = {
4141
key: t.url,
4242
href: t.url,

0 commit comments

Comments
 (0)