1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Text connection fix

This commit is contained in:
2020-06-20 21:58:57 +02:00
parent 42e0353393
commit baea5c26e2
6 changed files with 6 additions and 10 deletions

View File

@ -45,7 +45,7 @@ export default {
computed: {
...mapGetters({
updateStatus: 'application/getUpdateStatus',
downloadPercentage: 'application/getDownloadProgress'
downloadPercentage: 'application/getDownloadProgress'// TODO: remove float
}),
updateMessage () {
switch (this.updateStatus) {