chore: fix whitespace

This commit is contained in:
Aman Harwara
2023-05-16 19:33:20 +05:30
parent 5112b97c05
commit f6afaae342

View File

@@ -144,7 +144,7 @@ const LinkedItemBubblesContainer = ({ item, linkingController, hideToggle = fals
<div
className={classNames(
'flex w-full justify-between',
itemsToDisplay.length > 0 && 'pt-2',
itemsToDisplay.length > 0 && !shouldHideToggle && 'pt-2',
isCollapsed ? 'gap-4' : 'gap-1',
)}
>