mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Restyle
This commit is contained in:
parent
8ef11c4324
commit
e37a376c53
|
@ -55,7 +55,14 @@ export default function getModList(theState) {
|
||||||
const child = ifMayHaveChild && this.state.checks[index]
|
const child = ifMayHaveChild && this.state.checks[index]
|
||||||
&& createElement(
|
&& createElement(
|
||||||
props.childrenOfMod[conf.key],
|
props.childrenOfMod[conf.key],
|
||||||
Object.assign({}, props, {conf, onNewValue: (ifValid, newValue) => this.handleNewValue(ifValid, confMeta, newValue)})
|
Object.assign(
|
||||||
|
{},
|
||||||
|
props,
|
||||||
|
{
|
||||||
|
conf,
|
||||||
|
onNewValue: (ifValid, newValue) => this.handleNewValue(ifValid, confMeta, newValue),
|
||||||
|
},
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
return (<InfoLi
|
return (<InfoLi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user