mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-18 10:04:36 +01:00
fix gc checkbox with new element
This commit is contained in:
@@ -36,6 +36,7 @@ export default class Checkbox extends React.Component<IProps, IState> {
|
||||
<div className="CheckboxDisplay">
|
||||
{this.state.checked ? <img src={checkmark} alt='Checkmark' /> : null}
|
||||
</div>
|
||||
<span>{this.props.label}</span>
|
||||
</label>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user