#7717 do not show walletcore version
This commit is contained in:
parent
5695ae0a9f
commit
15a15942d2
@ -210,17 +210,6 @@ export function SettingsView({
|
|||||||
</LinkPrimary>
|
</LinkPrimary>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Part
|
|
||||||
title={i18n.str`Web Extension`}
|
|
||||||
text={
|
|
||||||
<span>
|
|
||||||
{webexVersion.version}{" "}
|
|
||||||
<EnabledBySettings name="advanceMode">
|
|
||||||
{webexVersion.hash}
|
|
||||||
</EnabledBySettings>
|
|
||||||
</span>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
{coreVersion && (
|
{coreVersion && (
|
||||||
<EnabledBySettings name="advanceMode">
|
<EnabledBySettings name="advanceMode">
|
||||||
<Part
|
<Part
|
||||||
@ -283,19 +272,17 @@ export function SettingsView({
|
|||||||
<SubTitle>
|
<SubTitle>
|
||||||
<i18n.Translate>Version</i18n.Translate>
|
<i18n.Translate>Version</i18n.Translate>
|
||||||
</SubTitle>
|
</SubTitle>
|
||||||
{coreVersion && (
|
<Part
|
||||||
<Part
|
title={i18n.str`Web Extension`}
|
||||||
title={i18n.str`Wallet Core`}
|
text={
|
||||||
text={
|
<span>
|
||||||
<span>
|
{webexVersion.version}{" "}
|
||||||
{coreVersion.version}{" "}
|
<EnabledBySettings name="advanceMode">
|
||||||
<EnabledBySettings name="advanceMode">
|
{webexVersion.hash}
|
||||||
{coreVersion.hash}
|
</EnabledBySettings>
|
||||||
</EnabledBySettings>
|
</span>
|
||||||
</span>
|
}
|
||||||
}
|
/>
|
||||||
/>
|
|
||||||
)}
|
|
||||||
</section>
|
</section>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user