Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Jul 18, 2024
1 parent e5af751 commit 684e99a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@rabby-wallet/gnosis-sdk": "1.3.6",
"@rabby-wallet/page-provider": "0.3.5",
"@rabby-wallet/rabby-api": "0.7.23",
"@rabby-wallet/rabby-security-engine": "2.0.4-beta.0",
"@rabby-wallet/rabby-security-engine": "2.0.4",
"@rabby-wallet/rabby-swap": "0.0.38",
"@rabby-wallet/widgets": "1.0.9",
"@rematch/core": "2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const NFTSpenderPopup: React.FC<Props> = ({ data }) => {
<Values.TimeSpan value={data.bornAt} />
</Row>
</Col>
{/* <Col>
<Col>
<Row tip={t('page.signTx.nftApprove.nftContractTrustValueTip')}>
{t('page.signTx.trustValue')}
</Row>
Expand All @@ -95,7 +95,7 @@ export const NFTSpenderPopup: React.FC<Props> = ({ data }) => {
<Values.USDValue value={data.riskExposure} />
)}
</Row>
</Col> */}
</Col>
<Col>
<Row>{t('page.signTx.popularity')}</Row>
<Row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const SpenderPopup: React.FC<Props> = ({ data }) => {
<Values.TimeSpan value={data.bornAt} />
</Row>
</Col>
{/* <Col>
<Col>
<Row tip={t('page.signTx.tokenApprove.contractTrustValueTip')}>
{t('page.signTx.trustValue')}
</Row>
Expand All @@ -95,7 +95,7 @@ export const SpenderPopup: React.FC<Props> = ({ data }) => {
<Values.USDValue value={data.riskExposure} />
)}
</Row>
</Col> */}
</Col>
<Col>
<Row>{t('page.signTx.popularity')}</Row>
<Row>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4741,10 +4741,10 @@
lodash "^4.17.21"
qss "^2.0.3"

"@rabby-wallet/[email protected]-beta.0":
version "2.0.4-beta.0"
resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-security-engine/-/rabby-security-engine-2.0.4-beta.0.tgz#b3e4510d808ff78336e9fa69c43200593ea4532b"
integrity sha512-aXbwTjENvQQ/RvZBl/8S0kq9tAGlx+TZVzTQBeOxl+KMeA6/2XNKcqVCQo+jXHSxQ9SPHUWwwzuK37Wi8gk22Q==
"@rabby-wallet/[email protected]":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-security-engine/-/rabby-security-engine-2.0.4.tgz#015987dd768ad7373a497d21f5ccd9f341511541"
integrity sha512-tr+i2ifx/gqElZoDQ8zs72OlFjwaZL7/AcErYSLncOJkvW7+/3+p7byR1JAhTJPSMro7tGBVLR9c5+YENgpZZw==

"@rabby-wallet/rabby-sign@^0.3.3":
version "0.3.3"
Expand Down

0 comments on commit 684e99a

Please sign in to comment.