fix: comparison operator in CreateShareButton
This commit is contained in:
		
							parent
							
								
									f1b68164c6
								
							
						
					
					
						commit
						763d2f77ce
					
				@ -31,7 +31,7 @@ export function CreateShareButton({
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	const [isLoading, setIsLoading] = useState(false);
 | 
						const [isLoading, setIsLoading] = useState(false);
 | 
				
			||||||
	const workflow_version_id = workflow?.versions.find(
 | 
						const workflow_version_id = workflow?.versions.find(
 | 
				
			||||||
		(x) => x.version === version,
 | 
							(x) => x.version == version,
 | 
				
			||||||
	)?.id;
 | 
						)?.id;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return (
 | 
						return (
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user