Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pedsm committed May 2, 2019
1 parent 0aed2a8 commit ca7b395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import React, {Fragment} from 'react'

export default class Level extends React.Component {
render() {
const { crimes, postcode } = this.props
const { crimes
, postcode } = this.props
return (
<nav className="level">
<p className="level-item has-text-centered">
Expand Down

0 comments on commit ca7b395

Please sign in to comment.