diff --git a/components/stats.js b/components/stats.js index eb6c5a9..6bca52c 100644 --- a/components/stats.js +++ b/components/stats.js @@ -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 (