1
0

Fix missing semicolon in renderer.js

This commit is contained in:
2025-05-26 10:24:45 +02:00
parent c7e3405e63
commit 97b435005f

View File

@@ -454,7 +454,7 @@ function formatCountdown(ms) {
const { head, commits } = await window.electronAPI.getCommits(folderObj); const { head, commits } = await window.electronAPI.getCommits(folderObj);
if (!commits || !commits.length) { if (!commits || !commits.length) {
return; return;
} }
contentList.innerHTML = commits.map(c => ` contentList.innerHTML = commits.map(c => `
<li class="w-full p-3 mb-2 bg-white border border-gray-200 rounded shadow-sm <li class="w-full p-3 mb-2 bg-white border border-gray-200 rounded shadow-sm