mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
coin selection todo
This commit is contained in:
parent
5eef2275fe
commit
6949547043
@ -82,6 +82,10 @@ export default function Add({
|
|||||||
setAmount(coin === 'OCEAN' ? balance.ocean : dtBalance)
|
setAmount(coin === 'OCEAN' ? balance.ocean : dtBalance)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: this is only a prototype and is an accessibility nightmare.
|
||||||
|
// Needs to be refactored to either use custom select element instead of tippy.js,
|
||||||
|
// or use <button> in this implementation.
|
||||||
|
// Also needs to be closed when users click an option.
|
||||||
const CoinSelect = () => (
|
const CoinSelect = () => (
|
||||||
<ul className={styles.coinPopover}>
|
<ul className={styles.coinPopover}>
|
||||||
<li onClick={() => setCoin('OCEAN')}>OCEAN</li>
|
<li onClick={() => setCoin('OCEAN')}>OCEAN</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user