Last builds for 2.0

This commit is contained in:
Frikky
2025-03-04 19:37:44 +01:00
parent 63ce21fe60
commit 37c0baf02a
7 changed files with 298 additions and 57 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ const RuntimeDebugger = (props) => {
imageSource = "/images/no_image.png"
}
}else {
if (userdata.active_org.image?.length > 0){
if (userdata?.active_org.image?.length > 0){
imageSource = userdata?.active_org?.image
}else {
imageSource = "/images/no_image.png"