fix(web/Text): p->span
This commit is contained in:
committed by
Любомир Маринов
parent
57bf165ebd
commit
1928efda11
@@ -14,6 +14,6 @@ export default class Text extends Component {
|
||||
* @returns {ReactElement}
|
||||
*/
|
||||
render() {
|
||||
return React.createElement('p', this.props);
|
||||
return React.createElement('span', this.props);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user