remove big anchor

This commit is contained in:
Simon Knott 2024-12-16 14:30:00 +01:00
parent d098a57963
commit 53890e17ff
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -105,7 +105,7 @@ export const TestResultView: React.FC<{
</Anchor> </Anchor>
)} )}
{!!screenshots.length && <Anchor id={screenshotAnchors}><AutoChip header='Screenshots' revealOnAnchorId={screenshotAnchors}> {!!screenshots.length && <AutoChip header='Screenshots' revealOnAnchorId={screenshotAnchors}>
{screenshots.map((a, i) => { {screenshots.map((a, i) => {
return <Anchor key={`screenshot-${i}`} id={`attachment-${a.name}`}> return <Anchor key={`screenshot-${i}`} id={`attachment-${a.name}`}>
<a href={a.path}> <a href={a.path}>
@ -114,7 +114,7 @@ export const TestResultView: React.FC<{
<AttachmentLink attachment={a}></AttachmentLink> <AttachmentLink attachment={a}></AttachmentLink>
</Anchor>; </Anchor>;
})} })}
</AutoChip></Anchor>} </AutoChip>}
{!!traces.length && <Anchor id='attachment-trace'><AutoChip header='Traces' revealOnAnchorId='attachment-trace'> {!!traces.length && <Anchor id='attachment-trace'><AutoChip header='Traces' revealOnAnchorId='attachment-trace'>
{<div> {<div>