Skip to content

Commit

Permalink
Rename ConfirmPageContainerHeader class (#7322)
Browse files Browse the repository at this point in the history
The class has been renamed to reflect that it is a header, to avoid
having the same name as the `ConfirmPageContainer` component. Multiple
components with the same name can lead to confusing error messages.
  • Loading branch information
Gudahtt authored Oct 30, 2019
1 parent 5d843db commit ab0eae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from '../../../../../../app/scripts/lib/enums'
import NetworkDisplay from '../../network-display'

export default class ConfirmPageContainer extends Component {
export default class ConfirmPageContainerHeader extends Component {
static contextTypes = {
t: PropTypes.func,
}
Expand Down

0 comments on commit ab0eae1

Please sign in to comment.