Skip to content

Commit

Permalink
Update FileUploadModal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Sep 14, 2024
1 parent 3f377fa commit c215f44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/storage/FileUploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ export default {
},
arweaveBalanceTooLow() {
if (this.storageType !== 'arweave') {
return false
}
return this.arweaveBalance < this.$config.arweaveMinBalance
},
Expand Down

0 comments on commit c215f44

Please sign in to comment.