remove log

This commit is contained in:
PhilReact 2024-12-26 10:48:17 +02:00
parent d84fcb0658
commit aa3a13b3b2

View File

@ -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({});