Skip to content

Commit

Permalink
_StatusBar.jsx -> StatusBar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 2, 2022
1 parent 5d16881 commit df857a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/@uppy/react/src/StatusBar.js
Expand Up @@ -89,7 +89,7 @@ StatusBar.propTypes = {
hideAfterFinish: PropTypes.bool,
doneButtonHandler: PropTypes.func,
}
// Must be kept in sync with @uppy/status-bar/src/_StatusBar.jsx.
// Must be kept in sync with @uppy/status-bar/src/StatusBar.jsx.
StatusBar.defaultProps = {
hideUploadButton: false,
hideRetryButton: false,
Expand Down
@@ -1,5 +1,3 @@
// TODO: rename this file to StatusBar.jsx on the next major.

import { UIPlugin } from '@uppy/core'
import getSpeed from '@uppy/utils/lib/getSpeed'
import getBytesRemaining from '@uppy/utils/lib/getBytesRemaining'
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/status-bar/src/index.js
@@ -1 +1 @@
export { default } from './_StatusBar.jsx'
export { default } from './StatusBar.jsx'

0 comments on commit df857a9

Please sign in to comment.