import Icon2Titles from "../Icon2Titles"; import WindowFloat from "../WindowFloat"; export default (props: { on: (walleykey: string) => void, onclose?: () => void }) => { return { props.onclose?.() }}>

{global.lang.selectwallet}

{Object.values(global.user.wallets).map(wallet=>{ return {"موجودی: " + (wallet.balance || 0).toLocaleString(global.lang.region)}} icon={wallet.image} on={() => { props.on?.(wallet.key) }} /> })}
}