fixes #997
@@ -35,6 +35,8 @@ class AddFiles extends Component {
maxNumberOfFiles={this.props.maxNumberOfFiles}
/>
</div>
+ { this.props.note && <div class="uppy-Dashboard-note">{this.props.note}</div> }
+ { this.props.proudlyDisplayPoweredByUppy && poweredByUppy(this.props) }
)
}