Skip to content

Commit

Permalink
Update components/bsx/input/TokenBalanceInput.vue
Browse files Browse the repository at this point in the history
Co-authored-by: roiLeo <[email protected]>
  • Loading branch information
stephenjason89 and roiLeo authored Aug 14, 2023
1 parent bcacc4b commit 5070579
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/bsx/input/TokenBalanceInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ const vValue = computed({
const asset = computed(() => useAsset().assetIdOf(props.tokenId))
const unit = computed(() => asset.value.symbol)
const decimals = computed(() => asset.value.decimals)
function checkValidity() {
return balanceInputComponent.value?.checkValidity()
}
</script>

0 comments on commit 5070579

Please sign in to comment.