From 2cd4f77f221df9ff8b3f8b665959434666985b71 Mon Sep 17 00:00:00 2001 From: JP1998 Date: Thu, 11 Apr 2019 14:52:49 +0200 Subject: [PATCH 01/11] Make the commands in the README uniform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d57da..fde2c49 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ git clone https://github.com/turniere/turniere-frontend.git Afterwards you'll have to install the used libraries using following command: ``` -yarn install +$ yarn install ``` Afterwards you may simply run the developer version of the project: From 47b4c4602b6838d9f461eba5b297c04849d05e5b Mon Sep 17 00:00:00 2001 From: Felix Hamme Date: Tue, 16 Apr 2019 14:13:01 +0200 Subject: [PATCH 02/11] Replace disgusting code with beautiful code --- js/components/Login.js | 7 +------ pages/register.js | 8 +------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/js/components/Login.js b/js/components/Login.js index 174677b..6b8db0e 100644 --- a/js/components/Login.js +++ b/js/components/Login.js @@ -31,14 +31,9 @@ class LoginErrorList extends React.Component { const { error, errorMessages } = this.props; if(error) { return ( -