Skip to content

Commit 03617d5

Browse files
authored
fix: unblock (#78)
1 parent 70713e6 commit 03617d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/tables/InstancesTable.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,12 +2184,14 @@ export default defineComponent({
21842184
},
21852185
shouldBlockFiatPayments() {
21862186
const apiEnv = normalizeApiEnv(localStorage.getItem('apiEnv'))
2187-
2187+
return false
2188+
/*
21882189
return (
21892190
apiEnv !== 'dev' &&
21902191
apiEnv !== 'local' &&
21912192
this.isFiatPaymentSelected()
21922193
)
2194+
*/
21932195
},
21942196
notifyFiatPaymentsDisabled() {
21952197
this.q.notify({

0 commit comments

Comments
 (0)