mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 09:05:39 +00:00
fix: all broken integration tests
This commit is contained in:
@@ -62,6 +62,8 @@ const updateIterationTimestamp = ref(0)
|
||||
|
||||
function getUnicodeIcon(icon) {
|
||||
if (icon === '') {
|
||||
console.log('icon not found ', icon)
|
||||
|
||||
return '💩'
|
||||
} else {
|
||||
return unescape(icon)
|
||||
|
||||
Reference in New Issue
Block a user