From b0e11c91cab58bf8ccc63c7a0f1ba13f2ee7f330 Mon Sep 17 00:00:00 2001 From: theflametrooper Date: Wed, 3 Aug 2016 18:25:31 +0100 Subject: [PATCH] Fixed react linting error with tests --- common/app/components/NotFound/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/components/NotFound/index.jsx b/common/app/components/NotFound/index.jsx index 7b3e67de43..0307cdd210 100644 --- a/common/app/components/NotFound/index.jsx +++ b/common/app/components/NotFound/index.jsx @@ -15,7 +15,7 @@ export class NotFound extends React.Component { } render() { - return ; + return ; } }