Browse Source

#297

feature/297
みてるぞ 5 days ago
parent
commit
e5da633dfe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/pages/theatres/TheatreDetailPage.tsx

+ 1
- 1
frontend/src/pages/theatres/TheatreDetailPage.tsx View File

@@ -150,7 +150,7 @@ export default (() => {
}

tick ()
const interval = setInterval (() => tick (), 5_000)
const interval = setInterval (() => tick (), 1_500)

return () => {
cancelled = true


Loading…
Cancel
Save