Skip to content

Commit

Permalink
chore(editor): remove beta bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 21, 2023
1 parent 6274485 commit 49b3d6e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
const env = useEnv()
const version = computed(
() =>
`v${env.packageVersion()}${
Number(env.packageVersion().charAt(0)) === 0 ? ' BETA' : ''
}`
() => `v${env.packageVersion()}`
)
</script>

0 comments on commit 49b3d6e

Please sign in to comment.