Deleting unused translation var

This commit is contained in:
Félix Aime 2021-02-19 15:32:58 +01:00
parent c8d667f5c5
commit 0b64402f74
4 changed files with 4 additions and 8 deletions

View File

@ -25,8 +25,7 @@ export default {
question: true,
running: false,
check_alerts: false,
long_waiting: false,
translation: {}
long_waiting: false
}
},
props: {

View File

@ -29,8 +29,7 @@ export default {
loading: false,
stats_interval: false,
chrono_interval: false,
sparklines: false,
translation: {}
sparklines: false
}
},
props: {

View File

@ -55,8 +55,7 @@ export default {
interval: false,
error: false,
reboot_option: window.config.reboot_option,
attempts: 3,
translation: {}
attempts: 3
}
},
methods: {

View File

@ -144,8 +144,7 @@ export default {
usb: false,
saved: false,
save_usb: false,
init: false,
translation: {}
init: false
}
},
props: {