remove useless semicolon
This commit is contained in:
		
							parent
							
								
									87deb87456
								
							
						
					
					
						commit
						ae12e216ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8,4 +8,4 @@
 | 
			
		|||
 */
 | 
			
		||||
export function copyToClipboard(input: string | null) {
 | 
			
		||||
	if (input) navigator.clipboard.writeText(input);
 | 
			
		||||
};
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue