We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bda52 commit 78b3093Copy full SHA for 78b3093
src/components/d2-container/components/d2-source.vue
@@ -24,9 +24,7 @@ export default {
24
},
25
computed: {
26
show () {
27
- return process.env.VUE_APP_BUILD_MODE === 'TRAVIS' ||
28
- process.env.NODE_ENV === 'development' &&
29
- this.filename
+ return (process.env.VUE_APP_BUILD_MODE === 'TRAVIS' || process.env.NODE_ENV === 'development') && this.filename
30
}
31
32
mounted () {
0 commit comments