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:
parent
5d843db533
commit
ab0eae1ed3
@ -6,7 +6,7 @@ import {
|
|||||||
} from '../../../../../../app/scripts/lib/enums'
|
} from '../../../../../../app/scripts/lib/enums'
|
||||||
import NetworkDisplay from '../../network-display'
|
import NetworkDisplay from '../../network-display'
|
||||||
|
|
||||||
export default class ConfirmPageContainer extends Component {
|
export default class ConfirmPageContainerHeader extends Component {
|
||||||
static contextTypes = {
|
static contextTypes = {
|
||||||
t: PropTypes.func,
|
t: PropTypes.func,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user