mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
style: user feedback tweaks
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { MutableRefObject } from 'react';
|
import { RefObject } from 'react';
|
||||||
import { OntimeEvent, UserFields } from 'ontime-types';
|
import { OntimeEvent, UserFields } from 'ontime-types';
|
||||||
|
|
||||||
import DelayIndicator from '../../../common/components/delay-indicator/DelayIndicator';
|
import DelayIndicator from '../../../common/components/delay-indicator/DelayIndicator';
|
||||||
@@ -16,7 +16,7 @@ interface OperatorEventProps {
|
|||||||
subscribedAlias: string;
|
subscribedAlias: string;
|
||||||
showSeconds: boolean;
|
showSeconds: boolean;
|
||||||
isPast: boolean;
|
isPast: boolean;
|
||||||
selectedRef?: MutableRefObject<HTMLDivElement>;
|
selectedRef?: RefObject<HTMLDivElement>;
|
||||||
}
|
}
|
||||||
|
|
||||||
// extract this to contain re-renders
|
// extract this to contain re-renders
|
||||||
|
|||||||
Reference in New Issue
Block a user