diff --git a/packages/@dcl/inspector/src/lib/data-layer/host/utils/component.ts b/packages/@dcl/inspector/src/lib/data-layer/host/utils/component.ts index e33549028..bf4c047f7 100644 --- a/packages/@dcl/inspector/src/lib/data-layer/host/utils/component.ts +++ b/packages/@dcl/inspector/src/lib/data-layer/host/utils/component.ts @@ -1,9 +1,10 @@ import { ComponentDefinition, CompositeDefinition, DeepReadonlyObject, Entity } from '@dcl/ecs' import { ReadWriteByteBuffer } from '@dcl/ecs/dist/serialization/ByteBuffer' import { dataCompare } from '@dcl/ecs/dist/systems/crdt/utils' +import { Scene } from '@dcl/schemas' import { EditorComponentsTypes, SceneAgeRating, SceneCategory, SceneComponent } from '../../../sdk/components' -import { Scene } from '@dcl/schemas' +import { getConfig } from '../../../logic/config' export function isEqual(component: ComponentDefinition, prevValue: unknown, newValue: unknown) { if (prevValue === newValue || (!prevValue && !newValue)) return true @@ -40,6 +41,7 @@ export function fromSceneComponent(value: DeepReadonlyObject = { display: { title: value.name || '', @@ -74,6 +76,14 @@ export function fromSceneComponent(value: DeepReadonlyObject { isCI: isCI(), isEditor: false, devId: 'fb3f84b2-4ddc-4a7e-96bf-1e8992c294dd', + appId: null, + projectId: null, ecs: { ecsVersion: 'ecs7', packageVersion: 'unknown'