remove log
This commit is contained in:
@@ -52,7 +52,6 @@ const YearRainfall: FC<YearRainfallProps> = ({loadedAt}) => {
|
||||
.sort((a,b) => b > a)
|
||||
.map(year => <td key={year}>
|
||||
{Object.entries(data).reduce((acc, item) => {
|
||||
console.log(item.at(1), year)
|
||||
item.at(1).forEach(month => {
|
||||
console.log(month)
|
||||
if(month.year === year) {
|
||||
|
||||
Reference in New Issue
Block a user