mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +00:00
rename for clarity
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ import { addAndFormat, timeToDate } from '../../../common/dateConfig';
|
||||
import { showErrorToast } from '../../../common/helpers/toastManager';
|
||||
import style from './List.module.css';
|
||||
|
||||
export default function EventListItem(props) {
|
||||
export default function EventBlock(props) {
|
||||
const { data, selected, delay, index, eventsHandler } = props;
|
||||
|
||||
const [more, setMore] = useState(false);
|
||||
Reference in New Issue
Block a user