Skip to content

fixed warning#6

Merged
PatrickAlphaC merged 1 commit intoeternalsafefrom
patrick-eternalsafe
May 3, 2025
Merged

fixed warning#6
PatrickAlphaC merged 1 commit intoeternalsafefrom
patrick-eternalsafe

Conversation

@PatrickAlphaC
Copy link
Owner

What it solves

Resolves #

How this PR fixes it

How to test it

Screenshots

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

@PatrickAlphaC PatrickAlphaC merged commit 677b9f9 into eternalsafe May 3, 2025
1 of 3 checks passed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint doesn't pass. Please fix all ESLint issues.

</Box>
),
},
const isNative = isNativeToken(item.tokenInfo)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
const isNative = isNativeToken(item.tokenInfo)
const isNative = isNativeToken(item.tokenInfo)

},
const isNative = isNativeToken(item.tokenInfo)

return {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
return {
return {

const isNative = isNativeToken(item.tokenInfo)

return {
key: item.tokenInfo.address,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
key: item.tokenInfo.address,
key: item.tokenInfo.address,


return {
key: item.tokenInfo.address,
collapsed: item.tokenInfo.address === removingToken,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace ········ with ·········· prettier/prettier

Fix available:

Suggested change
collapsed: item.tokenInfo.address === removingToken,
collapsed: item.tokenInfo.address === removingToken,

return {
key: item.tokenInfo.address,
collapsed: item.tokenInfo.address === removingToken,
cells: {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
cells: {
cells: {

)}
</>
</Box>
),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
),
),

</>
</Box>
),
},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
},
},

</Box>
),
},
},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
},
},

),
},
},
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
}
}

},
},
}
})
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
})
})

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESLint doesn't pass. Please fix all ESLint issues.

</Box>
),
},
const isNative = isNativeToken(item.tokenInfo)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
const isNative = isNativeToken(item.tokenInfo)
const isNative = isNativeToken(item.tokenInfo)

},
const isNative = isNativeToken(item.tokenInfo)

return {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
return {
return {

const isNative = isNativeToken(item.tokenInfo)

return {
key: item.tokenInfo.address,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
key: item.tokenInfo.address,
key: item.tokenInfo.address,


return {
key: item.tokenInfo.address,
collapsed: item.tokenInfo.address === removingToken,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace ········ with ·········· prettier/prettier

Fix available:

Suggested change
collapsed: item.tokenInfo.address === removingToken,
collapsed: item.tokenInfo.address === removingToken,

return {
key: item.tokenInfo.address,
collapsed: item.tokenInfo.address === removingToken,
cells: {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
cells: {
cells: {

)}
</>
</Box>
),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
),
),

</>
</Box>
),
},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
},
},

</Box>
),
},
},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
},
},

),
},
},
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
}
}

},
},
}
})
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert ·· prettier/prettier

Fix available:

Suggested change
})
})

@github-actions
Copy link

github-actions bot commented May 3, 2025

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
73.87% (-0.04% 🔻)
6183/8370
🔴 Branches
50.22% (-0.04% 🔻)
1372/2732
🔴 Functions
55.61% (-0.06% 🔻)
902/1622
🟡 Lines
75.96% (-0.04% 🔻)
5543/7297
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / index.tsx
82.35% (-8.82% 🔻)
66.67% (-16.67% 🔻)
50% (-12.5% 🔻)
83.87% (-9.68% 🔻)

Test suite run success

761 tests passing in 120 suites.

Report generated by 🧪jest coverage report action from 9c61157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant