Skip to content

Commit

Permalink
[fix] build
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jan 16, 2025
1 parent cfe0ca9 commit f2c6780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/DA-Overview/DATableCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ export default function DATableCharts({selectedTimespan, data, isMonthly, da_nam
const custom_logo_keys = Object.keys(master.custom_logos);

if(!data.da_consumers[key][isMonthly ? "monthly" : "daily"].values[0]){
return <div></div>
return <div key={key + "da_consumers_info"}></div>
}

return(
Expand Down

0 comments on commit f2c6780

Please sign in to comment.