mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
express functionality of component by name
This commit is contained in:
@@ -95,7 +95,7 @@ class ProtocolInformation extends React.Component<Props, State> {
|
||||
|
||||
return (
|
||||
<div className={classes.protocols}>
|
||||
<ButtonGroup className={classes.switcher}>
|
||||
<ButtonGroup connected={true} className={classes.switcher}>
|
||||
{protocols.map(this.renderProtocolButton)}
|
||||
</ButtonGroup>
|
||||
{ cloneInformation }
|
||||
|
||||
Reference in New Issue
Block a user