|
|
@ -59,7 +59,7 @@ export const CommitSummary = (props: CommitSummaryProps) => { |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
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} |
|
|
|
{commit.commit.message} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{commit.commit.author.name || ""} |
|
|
|
{commit.commit.author.name || ""} |
|
|
|