From aa3a13b3b20ca10f3eecb47258eccee8190be21b Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 26 Dec 2024 10:48:17 +0200 Subject: [PATCH] remove log --- src/components/history/HistoryList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/history/HistoryList.tsx b/src/components/history/HistoryList.tsx index dd680a3..2d7cf06 100644 --- a/src/components/history/HistoryList.tsx +++ b/src/components/history/HistoryList.tsx @@ -23,7 +23,6 @@ const defaultColDef = { export default function HistoryList({ qortAddress, historyList }) { const gridRef = useRef(null); - console.log('historyList', historyList) const { getCoinLabel, selectedCoin} = useContext(gameContext) const [qortalNames, setQortalNames] = useState({});