Commit 4db86e52 by Arjun Jhukal

updated the minor changes

parent 3179fa4f
......@@ -29,7 +29,7 @@ export default function BuyCoinGameListPage({
</div>
<div className="grid grid-col-1 sm:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 gap-4">
{games.data?.data.map((game) => {
{games?.data?.data.map((game) => {
const info = gameInfo[game.provider.toLowerCase()] || { balance: 0, type: 'sc' }
const CoinIcon = info.type === 'gc' ? GoldCoinIcon : SilverCoinIcon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment