Skip to content

Commit

Permalink
remove create events ids
Browse files Browse the repository at this point in the history
  • Loading branch information
milkman4 committed Dec 11, 2024
1 parent 7cb7f4c commit 270100d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stories/helpers/createEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ export default function createEvents(idx = 0, date = new Date()) {
const sets = [
[
{
id: '1',
title: 'Event 1',
start: new Date(y, m, d, 10, 30, 0, 0),
end: new Date(y, m, d, 13, 30, 0, 0),
},
{
id: '2',
title: 'Event 2',
start: new Date(y, m, d, 10, 30, 0, 0),
end: new Date(y, m, d, 13, 30, 0, 0),
Expand Down Expand Up @@ -115,7 +113,6 @@ export default function createEvents(idx = 0, date = new Date()) {
end: new Date(y, m, d, 13, 0, 0, 0),
},
{
id: '1512',
title: 'Event 15',
start: new Date(y, m, d, 6, 30, 0, 0),
end: new Date(y, m, d, 8, 0, 0, 0),
Expand Down

0 comments on commit 270100d

Please sign in to comment.