// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. // See License.txt for license information. module.exports = React.createClass({ render: function() { var client_error = this.props.client_error ?
: null; var server_error = this.props.server_error ?
: null; var inputs = this.props.inputs; return ( ); } });