Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update pages/settings/missing-assets/index.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Jenea Vranceanu <[email protected]>
  • Loading branch information
dzbo and JeneaVranceanu authored Oct 31, 2024
1 parent 9cb4ccc commit b8a8e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/missing-assets/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const handleInput = async (customEvent: CustomEvent) => {
const filteredAssetsAddresses = assetsData.value
?.filter(asset => asset.isOwned)
.map(asset => asset.address)
.filter(asset => !!asset)
if (filteredAssetsAddresses?.includes(assetAddress.value)) {
checkError.value = formatMessage('errors_already_owned')
return
Expand Down

0 comments on commit b8a8e15

Please sign in to comment.