{/* eslint-disable-next-line @next/next/no-img-element */}
{showOwnsBadge && (
{showTradeMatchFlair && (
Match
)}
)}
{showWantsBadge && (
{showTradeMatchFlair && (
Match
)}
)}
{item.isNc != null && (
{item.isNc ? "NC" : item.isPb ? "PB" : "NP"}
)}
)}