1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Rename ConfirmPageContainerHeader class (#7322)

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.
This commit is contained in:
Mark Stacey 2019-10-30 16:18:57 -03:00 committed by GitHub
parent 5d843db533
commit ab0eae1ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}