Skip to content

Commit 94a31f6

Browse files
committed
Removed super extra
1 parent cd640c7 commit 94a31f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Client/Create/Client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class Client extends React.Component
1010
{
1111
constructor(props, context) {
1212
super(props, context);
13-
super(props);
1413
this.handleSubmit = this.handleSubmit.bind(this);
1514
this.state = {
1615
error : '',

0 commit comments

Comments
 (0)