componentDidMount: function () {
        var that = this;
        $.getJSON('chatwheels/' + this.state.id + '.json', function (data) {
            that.setState({
                description: data.description,