React = require 'react' {Utils} = require 'nylas-exports' class SendingProgressBar extends React.Component @propTypes: progress: React.PropTypes.number.isRequired render: -> otherProps = Utils.fastOmit(@props, Object.keys(@constructor.propTypes)) if 0 < @props.progress < 99
else
module.exports = SendingProgressBar