Skip to content

Commit 2ceb933

Browse files
authored
Fix error following #647 merge
1 parent ca8cf31 commit 2ceb933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FileList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ export class FileList extends React.Component<IFileListProps, IFileListState> {
666666
{diffButton}
667667
<ActionButton
668668
className={hiddenButtonStyle}
669-
iconName={'git-discard'}
669+
icon={discardIcon}
670670
title={'Discard changes'}
671671
onClick={() => {
672672
this.discardChanges(file);

0 commit comments

Comments
 (0)