Skip to content

Commit

Permalink
Drop unused ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 24, 2024
1 parent ea7259f commit fe4fc0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/src/components/TracerExperiment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ export default function TracerExperiment({
([key]) => key,
);
for (const key of allConfiguredMaterialKeys) {
// todo: consider nicer way
// @ts-ignore
material[key] = overrides[key] ?? defaultMaterial[key];
}
return material;
Expand Down

0 comments on commit fe4fc0a

Please sign in to comment.