mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-12 01:29:35 +00:00
refactor: improve performance in rundown
- leverage compiler - correct subscriptions from zustand
This commit is contained in:
committed by
Carlos Valente
parent
0de55e74a8
commit
8e32314667
@@ -35,7 +35,7 @@ export default function RundownEventChip({
|
||||
duration,
|
||||
isLinkedToLoaded,
|
||||
}: RundownEventChipProps) {
|
||||
const { playback } = usePlayback();
|
||||
const playback = usePlayback();
|
||||
|
||||
if (isLoaded) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user