Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fix: Remove extra semicolon
Browse files Browse the repository at this point in the history
Regression.
Fixed by: #61
Re-introduced by later merge of: #83
  • Loading branch information
mareklibra committed Nov 8, 2018
1 parent 93a46a6 commit 332f074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/kubevirt/components/vm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export const VirtualMachinesPage = connect(
ListComponent={VMList}
createProps={this.createProps}
rowFilters={filters}
/>;
/>
</React.Fragment>;
}
});

0 comments on commit 332f074

Please sign in to comment.