Skip to content

Commit

Permalink
ref: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hassnian committed Nov 29, 2024
1 parent 2d63c95 commit d1b1204
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions components/items/ItemsGrid/ItemsGridImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ const onClickShoppingCart = () => {
const onClickListingCart = () => listNftByNftWithMetadata(props.nft, { toggle: true })
// select
const selectLabel = computed(() => {
const selected = showAtomicSwapAction.value ? isAtomicSwapItemSelected.value : listingCartStore.isItemInCart(props.nft.id)
return selected ? $i18n.t('remove') : $i18n.t('select')
Expand Down
1 change: 0 additions & 1 deletion components/swap/landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const { accountId } = useAuth()
const traderAddress = ref('')
const handleSubmit = async () => {
// check valid address
await navigateTo({ name: 'prefix-swap-id', params: { id: traderAddress.value } })
}
</script>

0 comments on commit d1b1204

Please sign in to comment.