mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
Remove unused field grouping
This commit is contained in:
@@ -26,7 +26,7 @@ class Checkbox extends React.Component<Props> {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="field is-grouped">
|
<div className="field">
|
||||||
<div className="control">
|
<div className="control">
|
||||||
{/*
|
{/*
|
||||||
we have to ignore the next line,
|
we have to ignore the next line,
|
||||||
|
|||||||
Reference in New Issue
Block a user