Disable discount

pull/1143/head
Cagatay Civici 2021-04-03 12:21:23 +03:00
parent 29f82af241
commit e7f4264d29
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default {
data() { data() {
return { return {
sidebarActive: false, sidebarActive: false,
newsActive: true, newsActive: false,
theme: 'saga-blue' theme: 'saga-blue'
} }
}, },