summaryrefslogtreecommitdiff
path: root/app/client/common/param.component.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-26 21:33:26 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-26 21:33:26 +0200
commitbe3b2bd56550b71a2ffb7eb1604c1b8c1d2dd4a2 (patch)
treef8b77bcfd10187328b3fadc0de3e1eb6dfa08f8d /app/client/common/param.component.js
parent3d836c372d7eff1e2b507888f1ff652a30187c54 (diff)
refactor some task stuff
Diffstat (limited to 'app/client/common/param.component.js')
-rw-r--r--app/client/common/param.component.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/client/common/param.component.js b/app/client/common/param.component.js
index e788118..b2aefd3 100644
--- a/app/client/common/param.component.js
+++ b/app/client/common/param.component.js
@@ -8,10 +8,8 @@ export default class Param extends Component {
render() {
return (
<div className='button param'>
- <label>
- <span>{this.props.title}</span>
- <span>{this.props.children}</span>
- </label>
+ <span>{this.props.title}</span>
+ <span>{this.props.children}</span>
</div>
)
}