Commit 67d55f58 by Arjun Jhukal

removed gc from buy coins

parent b6aa5e92
......@@ -32,7 +32,7 @@ export default function BuyCoinGameListPage({
const CoinIcon = info.type === 'gc' ? GoldCoinIcon : SilverCoinIcon
return (
<div key={game.id} className="col-span-1">
<div key={game.id} className={`col-span-1 ${info.type === 'gc' ? "hidden" : ""}`}>
<GlassWrapper
className="coin__card px-6 py-4"
......
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