{correctionLinks?.recordViewUrl && (
}
title="View the underlying record"
detail={
<>
Opens the JSON file on{" "}
{correctionLinks.repoSlug}
>
}
/>
)}
{correctionLinks && (
}
title="Open a discussion"
detail="Pre-filled title; paste the context snippet into the body."
/>
)}
{correctionLinks && (
}
title="Browse existing discussions"
detail="Check whether someone already filed a similar correction."
/>
)}
{!correctionLinks && (
No upstream record URL is recorded for this row, so we can't link directly to
the dataset. Copy the context below and file an issue at{" "}
evaleval/EEE_datastore/discussions
.
)}