Skip to content

Commit

Permalink
revert test utility
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Jul 14, 2023
1 parent 02fe5b4 commit 40cde82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/client/src/features/menu/RundownMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,8 @@ const RundownMenu = () => {
setCursor(null);
}, [deleteAllEvents, setCursor, setEditId]);

const makeMany = () => {
for (let i = 0; i < 100; i++) {
addEvent({ type: SupportedEvent.Event });
}
};

return (
<div className={style.headerButtons}>
<Button onClick={makeMany}>make many</Button>
<Menu isLazy lazyBehavior='unmount' variant='ontime-on-dark'>
<MenuButton as={Button} leftIcon={<IoAdd />} size='sm' variant='ontime-subtle'>
Event...
Expand Down

0 comments on commit 40cde82

Please sign in to comment.