Missing Comma added

This commit is contained in:
Tim Zallmann 2017-10-30 13:25:26 +01:00
parent 1c015eda90
commit 5b115db66a
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ export default {
borderlessIcon() {
return `${this.stage.status.icon}_borderless`;
}
},
},
};
</script>