mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
commit js with changed prop names
This commit is contained in:
parent
cf5717d498
commit
0e337dbf50
@ -40000,7 +40000,7 @@ function (_Component) {
|
||||
_this.createTopic = _this.createTopic.bind(_this);
|
||||
_this.valueChange = _this.valueChange.bind(_this);
|
||||
_this.state = {
|
||||
topicContent: _this.props.topText ? _this.props.topText : ''
|
||||
topicContent: _this.props.text ? _this.props.text : ''
|
||||
};
|
||||
return _this;
|
||||
}
|
||||
@ -40338,17 +40338,6 @@ function (_Component) {
|
||||
return Elapsed;
|
||||
}(react_1);
|
||||
|
||||
/**
|
||||
Anatomy:
|
||||
|
||||
"ComponentLabel": {
|
||||
comp: // main component
|
||||
compProps: // props for main component
|
||||
head: // header component
|
||||
headProps: // props for header
|
||||
}
|
||||
**/
|
||||
|
||||
var ComponentMap = {
|
||||
"StreamPage": {
|
||||
comp: StreamPage,
|
||||
|
Loading…
Reference in New Issue
Block a user