diff --git a/src/components/workspace/settings/Layout.vue b/src/components/workspace/settings/Layout.vue index 158f9519..209af0ae 100644 --- a/src/components/workspace/settings/Layout.vue +++ b/src/components/workspace/settings/Layout.vue @@ -124,7 +124,7 @@ export default Vue.extend({ * Check if billing button should be visible in menu */ shouldShowBilling(): boolean { - return false; + return this.workspace?.isDebug === true; }, }, async created(): Promise {