/* eslint-disable @next/next/no-img-element -- External card image URLs; next/image migration is out of scope. */ export default function CardEditorPreview({ formData }) { return (
{formData.set_name} • {formData.game}
{formData.rarity} • {formData.card_type}
{formData.current_price && (${parseFloat(formData.current_price).toFixed(2)}
)}