mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
permalink: correct spacing for PermalinkDetails
This commit is contained in:
parent
ce2e8434e6
commit
75ae730f49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user