🐛 fix typo

This commit is contained in:
wellá
2019-10-25 11:41:02 +02:00
committed by GitHub
parent a025186cd2
commit fc8d174805

View File

@@ -39,7 +39,7 @@ export default {
},
data() {
return {
prodBaseUrl = 'https://webgems.io/'
prodBaseUrl = 'https://webgems.io/',
showNotice: false,
}
},