mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
re revert talk merge
This commit is contained in:
parent
389dffc743
commit
177c54cdd5
@ -286,8 +286,8 @@ ref = React.DOM, div = ref.div, input = ref.input, textarea = ref.textarea;
|
||||
module.exports = recl({
|
||||
displayName: "Member",
|
||||
render: function() {
|
||||
var k, ship;
|
||||
ship = this.props.ship;
|
||||
var k, ref1, ship;
|
||||
ship = (ref1 = this.props.ship) != null ? ref1 : "";
|
||||
k = "ship";
|
||||
if (this.props.presence) {
|
||||
k += " " + this.props.presence;
|
||||
|
Loading…
Reference in New Issue
Block a user