feat: remove price and currency fields from frontend and backend
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Adriano Belisario
2026-05-03 20:51:49 +00:00
parent 1e513c318f
commit cac2c223dd
7 changed files with 13 additions and 104 deletions

View File

@@ -69,11 +69,6 @@ export default function ItemCard({
{item.description}
</p>
)}
{item.price && (
<p className="text-base text-gray-500 dark:text-gray-400 mt-1">
${item.price.toFixed(2)} {item.currency}
</p>
)}
</div>
</div>
<div className="flex flex-col w-16 border-l border-gray-200 dark:border-gray-700">