1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

update example with correct syntax (#383)

- was using `]` instead of `}`
This commit is contained in:
Chris 2016-12-13 13:36:20 +08:00 committed by Naoyuki Kanezawa
parent 0f2979b02b
commit 204d335273

View file

@ -201,7 +201,7 @@ export default class Error extends React.Component {
this.props.statusCode
? `An error ${this.props.statusCode} occurred on server`
: 'An error occurred on client'
]</p>
}</p>
)
}
}