From 4e89acaa6953c295596d42245737c3599473cfcb Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Thu, 14 Jan 2016 16:46:09 -0800 Subject: [PATCH] Fix lint error --- common/app/routes/Jobs/components/Jobs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/routes/Jobs/components/Jobs.jsx b/common/app/routes/Jobs/components/Jobs.jsx index a21215c73bb..9704d26931e 100644 --- a/common/app/routes/Jobs/components/Jobs.jsx +++ b/common/app/routes/Jobs/components/Jobs.jsx @@ -1,6 +1,6 @@ import React, { cloneElement, PropTypes } from 'react'; import { contain } from 'thundercats-react'; -import { Button, Panel, Row, Col } from 'react-bootstrap'; +import { Button, Row, Col } from 'react-bootstrap'; import ListJobs from './List.jsx';