mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
used new Component
This commit is contained in:
@@ -21,9 +21,9 @@ class ButtonGroup extends React.Component<Props> {
|
||||
let showSecondColor = secondColor;
|
||||
|
||||
if (firstIsSelected) {
|
||||
showFirstColor += " is-selected";
|
||||
showFirstColor += "link is-selected";
|
||||
} else {
|
||||
showSecondColor += " is-selected";
|
||||
showSecondColor += "link is-selected";
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user