fix: issue peek view link list ui (#5045)

This commit is contained in:
Anmol Singh Bhatia 2024-07-04 17:03:25 +05:30 committed by GitHub
parent 2b570da890
commit dda19b0a3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ export const IssueLinkList: FC<TIssueLinkList> = observer((props) => {
if (!issueLinks) return <></>;
return (
<div className="grid grid-cols-12 3xl:grid-cols-10 gap-2 px-9 py-4">
<div className="space-y-2">
{issueLinks &&
issueLinks.length > 0 &&
issueLinks.map((linkId) => (