Skip to content

Commit ef32d21

Browse files
committed
fix: remove unnecessary blank line in ActionBar component
1 parent f850ca5 commit ef32d21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/ActionBar/ActionBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export const ActionBar: React.FC<React.PropsWithChildren<ActionBarProps>> = prop
306306
const [isInitialRender, setIsInitialRender] = useState(true)
307307

308308
const navRef = useRef<HTMLDivElement>(null)
309-
309+
310310
// measure gap after first render & whenever gap scale changes
311311
useIsomorphicLayoutEffect(() => {
312312
if (!listRef.current) return

0 commit comments

Comments
 (0)