Commit e40831cb authored by Denys Mishunov's avatar Denys Mishunov

Removed unnecessary OR

parent 324f6411
......@@ -30,7 +30,7 @@ export default {
},
computed: {
defaultVisibilityLevels() {
return defaultSnippetVisibilityLevels(this.visibilityLevels) || [];
return defaultSnippetVisibilityLevels(this.visibilityLevels);
},
},
SNIPPET_LEVELS_DISABLED,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment