mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Fix shop costs showing
This commit is contained in:
parent
948082e0ca
commit
35349caa83
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export default function ShopComponent({ availableItems, userAirtableID = null })
|
|||
)}
|
||||
<h2>{item['Name']}</h2>
|
||||
<p>{item['Description']}</p>
|
||||
<p>{item['Price']} coins</p>
|
||||
<p>{item['Cost Hours']} 🎟️</p>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue