fix: fixing tag formatting issues (#2266)

This commit is contained in:
Gabe Lyons 2021-03-19 08:05:52 -07:00 committed by GitHub
parent 5e91014e00
commit 29b1eda536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,6 @@ export default function DefaultPreviewCard({
)}
</Space>
<Space direction="vertical" align="end" size={36} style={styles.rightColumn}>
{tags && tags.tags?.length && <TagGroup editableTags={tags} maxShow={3} />}
<Space direction="vertical" size={12}>
<Typography.Text strong>Owned By</Typography.Text>
<Avatar.Group maxCount={4}>
@ -83,6 +82,7 @@ export default function DefaultPreviewCard({
))}
</Avatar.Group>
</Space>
<TagGroup editableTags={tags} maxShow={3} />
</Space>
</Row>
);