#5 Completed product ranking in category

This commit is contained in:
2024-02-12 17:21:13 +00:00
parent 83829af06f
commit cafaf94a00
2 changed files with 22 additions and 19 deletions

View File

@ -19,7 +19,7 @@
</div>
<div>
<p><b>Age:</b> {{data['age']}}</p>
<p><b>Ranking:</b> {{data['ranking']}}</p>
<p><b>Ranking:</b> #{{data['ranking']}} in {{data['category']}}</p>
<p><b>Stock Level:</b> {{data['stocklevel']}}</p>
<p><b>Total Views:</b> {{data['views']['total']}}</p>
</div>