mirror of
https://github.com/Qortal/q-trade.git
synced 2025-06-15 02:41:21 +00:00
remove log
This commit is contained in:
parent
d84fcb0658
commit
aa3a13b3b2
@ -23,7 +23,6 @@ const defaultColDef = {
|
|||||||
|
|
||||||
export default function HistoryList({ qortAddress, historyList }) {
|
export default function HistoryList({ qortAddress, historyList }) {
|
||||||
const gridRef = useRef<any>(null);
|
const gridRef = useRef<any>(null);
|
||||||
console.log('historyList', historyList)
|
|
||||||
const { getCoinLabel, selectedCoin} = useContext(gameContext)
|
const { getCoinLabel, selectedCoin} = useContext(gameContext)
|
||||||
const [qortalNames, setQortalNames] = useState({});
|
const [qortalNames, setQortalNames] = useState({});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user