Skip to content

Commit

Permalink
Merge pull request #632 from codex-team/master
Browse files Browse the repository at this point in the history
Update prod
  • Loading branch information
neSpecc authored Jan 11, 2025
2 parents 418b146 + 814c868 commit 2f8f383
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 2f8f383

Please sign in to comment.