From 1632c0103fc16627b0d525c6e9cd749a30c30854 Mon Sep 17 00:00:00 2001 From: Corinne Krych Date: Mon, 16 Apr 2018 14:38:40 +0200 Subject: [PATCH] fix(signout): make Travis happy --- frontend/src/component/app.jsx | 1 - frontend/src/component/feature/list-component.jsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/app.jsx b/frontend/src/component/app.jsx index b7272d7dda..4fe0b65bc0 100644 --- a/frontend/src/component/app.jsx +++ b/frontend/src/component/app.jsx @@ -22,7 +22,6 @@ import AuthenticationContainer from './user/authentication-container'; import ShowUserContainer from './user/show-user-container'; import ShowApiDetailsContainer from './api/show-api-details-container'; import { ScrollContainer } from 'react-router-scroll'; -import { logoutUser } from '../store/user/actions'; function replace(input, params) { if (!params) { diff --git a/frontend/src/component/feature/list-component.jsx b/frontend/src/component/feature/list-component.jsx index c86c7bf976..baf7777548 100644 --- a/frontend/src/component/feature/list-component.jsx +++ b/frontend/src/component/feature/list-component.jsx @@ -13,6 +13,7 @@ export default class FeatureListComponent extends React.Component { fetchFeatureToggles: PropTypes.func, fetchArchive: PropTypes.func, logoutUser: PropTypes.func, + logout: PropTypes.bool, revive: PropTypes.func, updateSetting: PropTypes.func.isRequired, toggleFeature: PropTypes.func,