refactor: remove whitespace

This commit is contained in:
David Nguyen
2023-08-25 11:35:23 +10:00
parent 2751adc463
commit af81d99b2a

View File

@ -91,7 +91,7 @@ export const FieldItem = ({
return createPortal(
<Rnd
key={coords.pageX + coords.pageY + coords.pageHeight + coords.pageWidth}
className={cn(' z-20', {
className={cn('z-20', {
'pointer-events-none': passive,
'pointer-events-none opacity-75': disabled,
'z-10': !active || disabled,