mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
feat(blocks): fix output divider bar being in the wrong place (#8385)
This commit is contained in:
@@ -23,7 +23,6 @@ export default function NodeOutputs({
|
||||
<strong className="mr-2">Pin:</strong>
|
||||
<span>{beautifyString(pin)}</span>
|
||||
</div>
|
||||
<Separator.Root className="my-4 h-[1px] bg-gray-300" />
|
||||
<div className="mt-2">
|
||||
<strong className="mr-2">Data:</strong>
|
||||
<div className="mt-1">
|
||||
@@ -37,6 +36,7 @@ export default function NodeOutputs({
|
||||
</React.Fragment>
|
||||
))}
|
||||
</div>
|
||||
<Separator.Root className="my-4 h-[1px] bg-gray-300" />
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user