mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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 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) {
 | 
			
		||||
 | 
			
		||||
@ -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,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user