mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
[FLASK] Don't show the title on Install/Update when it's loading (#19012)
This commit is contained in:
parent
6f15795c33
commit
f0fd1772ee
@ -91,7 +91,7 @@ export default function SnapInstall({
|
|||||||
flexDirection={FLEX_DIRECTION.COLUMN}
|
flexDirection={FLEX_DIRECTION.COLUMN}
|
||||||
>
|
>
|
||||||
<SnapAuthorship snapId={targetSubjectMetadata.origin} />
|
<SnapAuthorship snapId={targetSubjectMetadata.origin} />
|
||||||
{!hasError && (
|
{!isLoading && !hasError && (
|
||||||
<Text
|
<Text
|
||||||
variant={TextVariant.headingLg}
|
variant={TextVariant.headingLg}
|
||||||
paddingTop={4}
|
paddingTop={4}
|
||||||
|
@ -97,7 +97,7 @@ export default function SnapUpdate({
|
|||||||
flexDirection={FLEX_DIRECTION.COLUMN}
|
flexDirection={FLEX_DIRECTION.COLUMN}
|
||||||
>
|
>
|
||||||
<SnapAuthorship snapId={targetSubjectMetadata.origin} />
|
<SnapAuthorship snapId={targetSubjectMetadata.origin} />
|
||||||
{!hasError && (
|
{!isLoading && !hasError && (
|
||||||
<Text
|
<Text
|
||||||
paddingBottom={4}
|
paddingBottom={4}
|
||||||
paddingTop={4}
|
paddingTop={4}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user