mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Added code fence to remove backup notice (#19840)
This commit is contained in:
parent
59980f1b27
commit
5545e5e581
@ -474,7 +474,6 @@ export default class Home extends PureComponent {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
{removeNftMessage === 'success' ? (
|
{removeNftMessage === 'success' ? (
|
||||||
<ActionableMessage
|
<ActionableMessage
|
||||||
type="danger"
|
type="danger"
|
||||||
@ -578,7 +577,9 @@ export default class Home extends PureComponent {
|
|||||||
key="home-web3ShimUsageNotification"
|
key="home-web3ShimUsageNotification"
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
{shouldShowSeedPhraseReminder ? (
|
{
|
||||||
|
///: BEGIN:ONLY_INCLUDE_IN(build-main,build-beta,build-flask)
|
||||||
|
shouldShowSeedPhraseReminder ? (
|
||||||
<HomeNotification
|
<HomeNotification
|
||||||
descriptionText={t('backupApprovalNotice')}
|
descriptionText={t('backupApprovalNotice')}
|
||||||
acceptText={t('backupNow')}
|
acceptText={t('backupNow')}
|
||||||
@ -593,7 +594,9 @@ export default class Home extends PureComponent {
|
|||||||
infoText={t('backupApprovalInfo')}
|
infoText={t('backupApprovalInfo')}
|
||||||
key="home-backupApprovalNotice"
|
key="home-backupApprovalNotice"
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null
|
||||||
|
///: END:ONLY_INCLUDE_IN
|
||||||
|
}
|
||||||
{infuraBlocked && this.state.canShowBlockageNotification ? (
|
{infuraBlocked && this.state.canShowBlockageNotification ? (
|
||||||
<HomeNotification
|
<HomeNotification
|
||||||
descriptionText={t('infuraBlockedNotification', [
|
descriptionText={t('infuraBlockedNotification', [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user