mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
Update CHANGELOG.md
This commit is contained in:
@@ -488,7 +488,7 @@ class DiffFile extends React.Component<Props, State> {
|
||||
if (file?.hunks?.length) {
|
||||
modalContent = (
|
||||
<FullscreenModal
|
||||
title={this.renderFileTitle(file)}
|
||||
title={file.type === "delete" ? file.oldPath : file.newPath}
|
||||
closeFunction={() => this.closeModal()}
|
||||
body={<MarginlessModalContent>{body}</MarginlessModalContent>}
|
||||
active={showFullscreenModal}
|
||||
|
||||
Reference in New Issue
Block a user