mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +03:00
typo
This commit is contained in:
parent
aecc57e3bb
commit
c6ef8e1319
@ -46,7 +46,7 @@ module.exports = query {
|
||||
}, recl
|
||||
displayName: "Body"
|
||||
render: ->
|
||||
className = (@props.meta.layout?.replace() /,/g," ") || ""
|
||||
className = (@props.meta.layout?.replace /,/g," ") || ""
|
||||
body = [reactify @props.body]
|
||||
if @props.meta.logo?
|
||||
body.unshift (Logo color:@props.meta.logo)
|
||||
|
@ -497,7 +497,7 @@ module.exports = query({
|
||||
displayName: "Body",
|
||||
render: function() {
|
||||
var body, className, ref1;
|
||||
className = ((ref1 = this.props.meta.layout) != null ? ref1.replace()(/,/g, " ") : void 0) || "";
|
||||
className = ((ref1 = this.props.meta.layout) != null ? ref1.replace(/,/g, " ") : void 0) || "";
|
||||
body = [reactify(this.props.body)];
|
||||
if (this.props.meta.logo != null) {
|
||||
body.unshift(Logo({
|
||||
|
Loading…
Reference in New Issue
Block a user