From 3b1038dbe9e820112e813212c31a6ae083bfd12e Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Wed, 27 Dec 2017 01:03:25 -0700 Subject: [PATCH] Fix useless constructor --- src/Components/People.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Components/People.js b/src/Components/People.js index ef4f048..70f1fa5 100644 --- a/src/Components/People.js +++ b/src/Components/People.js @@ -1,10 +1,6 @@ import React, { Component } from 'react'; class People extends Component { - constructor() { - super(); - } - render() { return (