From 41a4f31c5783d128c204295230d84147bcd89e3b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 28 Jul 2018 09:34:31 +0200 Subject: [PATCH] Fixed indentation --- src/short-urls/CreateShortUrl.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/short-urls/CreateShortUrl.js b/src/short-urls/CreateShortUrl.js index 7a6b3bbb..67f48684 100644 --- a/src/short-urls/CreateShortUrl.js +++ b/src/short-urls/CreateShortUrl.js @@ -39,16 +39,16 @@ export default class CreateShortUrl extends React.Component { onChange={e => this.setState({ [id]: e.target.value })} {...props} />; - const createDateInput = (id, placeholder, props = {}) => - this.setState({ [id]: date })} - dateFormat="YYYY-MM-DD" - readOnly - {...props} - />; + const createDateInput = (id, placeholder, props = {}) => + this.setState({ [id]: date })} + dateFormat="YYYY-MM-DD" + readOnly + {...props} + />; return (