fix(frontend): display version downloads on version page

This commit is contained in:
MiniDigger | Martin 2023-01-23 22:07:21 +01:00
parent 509c7238bb
commit 52eaf1e56b

View File

@ -294,8 +294,7 @@ async function restoreVersion() {
<tr>
<th class="text-left">{{ i18n.t("project.info.totalDownloads", 0) }}</th>
<td class="text-right">
<!-- todo: Version downloads instead of project downloads -->
<ComingSoon>{{ project.stats.downloads }}</ComingSoon>
<ComingSoon>{{ version.stats.downloads }}</ComingSoon>
</td>
</tr>
</table>