Skip to content

Commit

Permalink
Update web/src/features/fba/components/viz/FuelSummary.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dgboss authored Jul 22, 2024
1 parent ad8aa5d commit 92775cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/features/fba/components/viz/FuelSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const columns: GridColDef[] = [
minWidth: 200,
sortable: false,
renderCell: (params: GridRenderCellParams) => {
console.log(params)
return <FuelDistribution code={params.row['code']} percent={params.row['percent']} />
}
}
Expand Down

0 comments on commit 92775cd

Please sign in to comment.