mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Implement option to load rest of files completely
This commit is contained in:
@@ -212,7 +212,7 @@ class DiffFile extends React.Component<Props, State> {
|
||||
};
|
||||
|
||||
createLastHunkFooter = (expandableHunk: ExpandableHunk) => {
|
||||
if (expandableHunk.maxExpandBottomRange > 0) {
|
||||
if (expandableHunk.maxExpandBottomRange != 0) {
|
||||
return (
|
||||
<Decoration>
|
||||
<HunkDivider>
|
||||
|
||||
Reference in New Issue
Block a user