We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa4cce commit 1005e80Copy full SHA for 1005e80
src/components/DisplayTable.js
@@ -40,7 +40,6 @@ const useSortableData = (items, config = null) => {
40
};
41
42
const DisplayTable = ({ tableData, isDarkMode, districtLevel }) => {
43
- console.log(tableData);
44
let result;
45
try {
46
result = tableData.map((dataItem) => {
0 commit comments