mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
fix: [code-791]: fix changed files line as well (#393)
This commit is contained in:
parent
914a50b9a2
commit
0b60edfdef
@ -81,7 +81,7 @@ export const ChangesDropdown: React.FC<{ diffs: DiffFileEntry[] }> = ({ diffs })
|
||||
</Container>
|
||||
}
|
||||
tooltipProps={{ interactionKind: 'click', hasBackdrop: true, popoverClassName: css.popover }}>
|
||||
<StringSubstitute str={getString('pr.showLink')} vars={{ count: diffs?.length || 0 }} />
|
||||
<StringSubstitute str={getString('pr.showLink')} vars={{ count: diffs?.length || '0' }} />
|
||||
</Button>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user