Switch resume list method.

This commit is contained in:
yukirij 2024-08-28 00:49:34 -07:00
parent 8bb1a70b18
commit 030921e4e5

View File

@ -277,7 +277,7 @@ const SCENES = {
UI.clear(table); UI.clear(table);
if(data !== null) { if(data !== null) {
table.appendChild(UI.session_table(data.records)); table.appendChild(UI.session_table_resume(data.records));
} }
} break; } break;
} }