Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanske committed Jul 29, 2024
1 parent 83b542e commit cac0ae4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const Countdown = ul().setup(async (ctx) => {
const columns = Math.min(3, Math.ceil(Math.sqrt(events.length)))
ctx.style({ 'grid-template-columns': `repeat(${columns}, 1fr)` })

// Preformat events to include the countdown values

// Update time until all the events every second
const intervalHandler = setInterval(() => {
formattedEvents.value = formatEventData(formattedEvents.value)
Expand Down

0 comments on commit cac0ae4

Please sign in to comment.