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: 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 ( -