yarn lint --fix (#783)
				
					
				
			This commit is contained in:
		
							parent
							
								
									6d2f89fc32
								
							
						
					
					
						commit
						22b050b9e7
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -996,9 +996,9 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => { | ||||||
|                 onClick={() => { |                 onClick={() => { | ||||||
|                   navigator.clipboard.writeText( |                   navigator.clipboard.writeText( | ||||||
|                     (`${process.env.NEXT_PUBLIC_APP_URL}/` ?? "https://cal.com/") + |                     (`${process.env.NEXT_PUBLIC_APP_URL}/` ?? "https://cal.com/") + | ||||||
|                     (team ? "team/" + team.slug : eventType.users[0].username) + |                       (team ? "team/" + team.slug : eventType.users[0].username) + | ||||||
|                     "/" + |                       "/" + | ||||||
|                     eventType.slug |                       eventType.slug | ||||||
|                   ); |                   ); | ||||||
|                   showToast("Link copied!", "success"); |                   showToast("Link copied!", "success"); | ||||||
|                 }} |                 }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Alex Johansson
						Alex Johansson