We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70713e6 commit 03617d5Copy full SHA for 03617d5
1 file changed
src/components/tables/InstancesTable.vue
@@ -2184,12 +2184,14 @@ export default defineComponent({
2184
},
2185
shouldBlockFiatPayments() {
2186
const apiEnv = normalizeApiEnv(localStorage.getItem('apiEnv'))
2187
-
+ return false
2188
+ /*
2189
return (
2190
apiEnv !== 'dev' &&
2191
apiEnv !== 'local' &&
2192
this.isFiatPaymentSelected()
2193
)
2194
+ */
2195
2196
notifyFiatPaymentsDisabled() {
2197
this.q.notify({
0 commit comments