diff --git a/src/components/views/UpdateAllInstalledModsModal.vue b/src/components/views/UpdateAllInstalledModsModal.vue index 506b8765..d65cbc36 100644 --- a/src/components/views/UpdateAllInstalledModsModal.vue +++ b/src/components/views/UpdateAllInstalledModsModal.vue @@ -45,7 +45,7 @@ export default class UpdateAllInstalledModsModal extends mixins(DownloadMixin) const assignId = await this.$store.dispatch( 'download/addDownload', - modsWithUpdates.map(value => `${value.getMod().getName()} (${value.getVersion().toString()})`) + modsWithUpdates.map(value => `${value.getMod().getName()} (${value.getVersion().getVersionNumber().toString()})`) ); this.$store.commit('download/setIsModProgressModalOpen', true);