permalink: correct spacing for PermalinkDetails

This commit is contained in:
James Acklin 2021-05-07 14:54:19 -04:00
parent ce2e8434e6
commit 75ae730f49

View File

@ -119,16 +119,16 @@ function GraphPermalink(
}}
>
{showTransclusion && index && (
<>
<TranscludedNode
api={api}
transcluded={transcluded + 1}
node={node}
assoc={association!}
showOurContact={showOurContact}
/>
<Row height='12px' />
</>
<TranscludedNode
api={api}
transcluded={transcluded + 1}
node={node}
assoc={association!}
showOurContact={showOurContact}
/>
)}
{isInSameResource && (
<Row height='12px' />
)}
{association && !isInSameResource ? (
<PermalinkDetails