change data-id

pull/4791/head
Your Name 5 months ago
parent b6438d0623
commit 61090a9c65
  1. 2
      libs/remix-ui/git/src/components/panels/commits/commitsummary.tsx

@ -59,7 +59,7 @@ export const CommitSummary = (props: CommitSummaryProps) => {
return (
<>
<div data-id={`commit-summary-${removeLineBreaks(commit.commit.message)}-${isAheadOfRepo ? 'ahead' : null}`} className="long-and-truncated ml-2">
<div data-id={`commit-summary-${removeLineBreaks(commit.commit.message)}-${isAheadOfRepo ? 'ahead' : ''}`} className="long-and-truncated ml-2">
{commit.commit.message}
</div>
{commit.commit.author.name || ""}

Loading…
Cancel
Save