Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 140a4dc

Browse files
author
noah
committed
Fix to display the perfect first line in changes
1 parent 1659aae commit 140a4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/DeployConfirm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function CommitChange(props: CommitChangeProps): JSX.Element {
147147

148148
return (
149149
<span >
150-
<a href={props.commit.htmlUrl} className="gitploy-link"><strong>{message.substring(0, 50)}</strong></a>
150+
<a href={props.commit.htmlUrl} className="gitploy-link"><strong>{message}</strong></a>
151151
{(description.length) ?
152152
<Button size="small" type="text" onClick={onClickHide}>
153153
<Text className="gitploy-code" code>...</Text>

0 commit comments

Comments
 (0)