mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix(signout): make Travis happy
This commit is contained in:
parent
507f3c7ec1
commit
1632c0103f
@ -22,7 +22,6 @@ import AuthenticationContainer from './user/authentication-container';
|
|||||||
import ShowUserContainer from './user/show-user-container';
|
import ShowUserContainer from './user/show-user-container';
|
||||||
import ShowApiDetailsContainer from './api/show-api-details-container';
|
import ShowApiDetailsContainer from './api/show-api-details-container';
|
||||||
import { ScrollContainer } from 'react-router-scroll';
|
import { ScrollContainer } from 'react-router-scroll';
|
||||||
import { logoutUser } from '../store/user/actions';
|
|
||||||
|
|
||||||
function replace(input, params) {
|
function replace(input, params) {
|
||||||
if (!params) {
|
if (!params) {
|
||||||
|
@ -13,6 +13,7 @@ export default class FeatureListComponent extends React.Component {
|
|||||||
fetchFeatureToggles: PropTypes.func,
|
fetchFeatureToggles: PropTypes.func,
|
||||||
fetchArchive: PropTypes.func,
|
fetchArchive: PropTypes.func,
|
||||||
logoutUser: PropTypes.func,
|
logoutUser: PropTypes.func,
|
||||||
|
logout: PropTypes.bool,
|
||||||
revive: PropTypes.func,
|
revive: PropTypes.func,
|
||||||
updateSetting: PropTypes.func.isRequired,
|
updateSetting: PropTypes.func.isRequired,
|
||||||
toggleFeature: PropTypes.func,
|
toggleFeature: PropTypes.func,
|
||||||
|
Loading…
Reference in New Issue
Block a user