mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	bug fix
This commit is contained in:
		
							parent
							
								
									eb7d7e59d5
								
							
						
					
					
						commit
						66287948dd
					
				| @ -29,13 +29,11 @@ const StyledAlert = styled(Alert)(() => ({ | ||||
| interface PlaygroundResultStrategyListProps { | ||||
|     strategies: PlaygroundStrategySchema[]; | ||||
|     input?: PlaygroundRequestSchema; | ||||
|     compact?: boolean; | ||||
| } | ||||
| 
 | ||||
| export const PlaygroundResultStrategyLists = ({ | ||||
|     strategies, | ||||
|     input, | ||||
|     compact = false, | ||||
| }: PlaygroundResultStrategyListProps) => ( | ||||
|     <ConditionallyRender | ||||
|         condition={strategies.length > 0} | ||||
| @ -87,7 +85,6 @@ export const WrappedPlaygroundResultStrategyList = ({ | ||||
|                 <PlaygroundResultStrategyLists | ||||
|                     strategies={strategies} | ||||
|                     input={input} | ||||
|                     compact | ||||
|                 /> | ||||
|             </StyledListWrapper> | ||||
|         </StyledAlertWrapper> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user