Skip to content

Commit

Permalink
Merge pull request #631 from codex-team/fix/billing-menu-item
Browse files Browse the repository at this point in the history
Show billing menu item for debug workspace
  • Loading branch information
neSpecc authored Jan 11, 2025
2 parents a553c13 + 07406ce commit 814c868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workspace/settings/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> {
Expand Down

0 comments on commit 814c868

Please sign in to comment.