Skip to content

Commit

Permalink
fix: Removed Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed Jun 17, 2020
1 parent 0603b47 commit 6b62922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/experiment/010.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Experiment010: React.FC = () => {
const [materials, setMaterials] = React.useState<AssemblyLine>({
materials: [],
});
const [systems, setSystems] = React.useState<SystemList>({
const [systems] = React.useState<SystemList>({
MixedBin: true,
PETBin: true,
HDPEBin: true,
Expand Down

0 comments on commit 6b62922

Please sign in to comment.