fix: all broken integration tests

This commit is contained in:
jamesread
2025-10-11 00:45:41 +01:00
parent 7d5fa999e5
commit b330fbd1a5
44 changed files with 1160 additions and 3196 deletions

View File

@@ -62,6 +62,8 @@ const updateIterationTimestamp = ref(0)
function getUnicodeIcon(icon) {
if (icon === '') {
console.log('icon not found ', icon)
return '💩'
} else {
return unescape(icon)