Skip to content

Commit

Permalink
🔧 Re-enable stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jun 24, 2023
1 parent 10529ae commit 71093d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/EventModal/Collect/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ import { formatNumberWithLIKE, oscillate } from '~/util/ui';
import clipboardMixin from '~/mixins/clipboard';
import nftMixin from '~/mixins/nft';
import { IS_TESTNET } from '~/constant';
const FOLLOW_PROMPT_STATE = {
DEFAULT: 'default', // No need to show any follow UI.
UNFOLLOW: 'unfollow', // Show a switch button to toggle follow status.
Expand Down Expand Up @@ -329,7 +327,7 @@ export default {
'walletInteractedCreators',
]),
enableStripe() {
return !!IS_TESTNET;
return true;
},
developerMode() {
return !!this.$route.query.debug;
Expand Down

0 comments on commit 71093d4

Please sign in to comment.