Skip to content

Commit

Permalink
fixed accidentally duplicated component code in patcher drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
fde31 committed Jun 15, 2024
1 parent 37e483d commit 3513231
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/components/patchers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,6 @@ const PatcherDrawer: FunctionComponent<PatcherDrawerProps> = memo(function Wrapp
patcher={ patcher }
onLoad={ onLoadPatcher } />
))
}
{
patchers.map(patcher => (
<PatcherItem
key={ patcher.id }
patcher={ patcher }
onLoad={ onLoadPatcher } />
))
}
{
patchers.map(patcher => (
<PatcherItem
key={ patcher.id }
patcher={ patcher }
onLoad={ onLoadPatcher } />
))
}
{
patchers.map(patcher => (
<PatcherItem
key={ patcher.id }
patcher={ patcher }
onLoad={ onLoadPatcher } />
))
}
</Stack>
</Drawer>
Expand Down

0 comments on commit 3513231

Please sign in to comment.