mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
remove props logging
This commit is contained in:
@@ -24,7 +24,6 @@ export default class BigButton extends React.Component<IProps, IState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static getDerivedStateFromProps(props: IProps, state: IState) {
|
static getDerivedStateFromProps(props: IProps, state: IState) {
|
||||||
console.log(props)
|
|
||||||
return {
|
return {
|
||||||
disabled: props.disabled
|
disabled: props.disabled
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user