style: user feedback tweaks

This commit is contained in:
cv
2023-09-02 12:51:48 +02:00
parent 5ac95b7f80
commit b869fa5c2d
@@ -1,4 +1,4 @@
import { MutableRefObject } from 'react';
import { RefObject } from 'react';
import { OntimeEvent, UserFields } from 'ontime-types';
import DelayIndicator from '../../../common/components/delay-indicator/DelayIndicator';
@@ -16,7 +16,7 @@ interface OperatorEventProps {
subscribedAlias: string;
showSeconds: boolean;
isPast: boolean;
selectedRef?: MutableRefObject<HTMLDivElement>;
selectedRef?: RefObject<HTMLDivElement>;
}
// extract this to contain re-renders