mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
fix: load titles
fixed issue where titles where not loaded in roll mode
This commit is contained in:
@@ -20,6 +20,8 @@ export default function Info() {
|
||||
const [selected, setSelected] = useState('No events');
|
||||
const logData = [];
|
||||
|
||||
console.log(`titles`, titles);
|
||||
|
||||
// handle incoming messages
|
||||
useEffect(() => {
|
||||
if (socket == null) return;
|
||||
|
||||
Reference in New Issue
Block a user