Skip to content

Commit 814c868

Browse files
authored
Merge pull request #631 from codex-team/fix/billing-menu-item
Show billing menu item for debug workspace
2 parents a553c13 + 07406ce commit 814c868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/workspace/settings/Layout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default Vue.extend({
124124
* Check if billing button should be visible in menu
125125
*/
126126
shouldShowBilling(): boolean {
127-
return false;
127+
return this.workspace?.isDebug === true;
128128
},
129129
},
130130
async created(): Promise<void> {

0 commit comments

Comments
 (0)