Omaha Poker Hand Checker
setCommunity(e.target.value)}
/>
{hands.map((hand, idx) => (
handleChange(idx, e.target.value)}
/>
))}
{result && (
{result.map((res, i) => (
Hand {i + 1}: {res}
))}
Hand Category:
{cardCategories.map((cat, i) => (
- {cat}
))}
)}
); };
export default PokerTool;