fix(dashboard): render cards again

This commit is contained in:
2026-05-31 16:05:53 +02:00
parent 0ff6db73ea
commit 672077a14c

View File

@@ -1148,7 +1148,8 @@ function renderCardsWithSuggestions() {
</div>
</div>
</div>
`).join('');
`;
}).join('');
}
async function acceptLink(fromId, toId, ev) {