mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
fix(frontend): display version downloads on version page
This commit is contained in:
parent
509c7238bb
commit
52eaf1e56b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user