diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
index 82c2dd5fe..93457ccbf 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
+++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
@@ -30,65 +30,73 @@
-
-
-
-
{{ trans(ONTHEFLY_RESOURCE_COMMENT_TITLE) }}
-
- {{ parent?.comment }}
-
-
-
+
+
+
+
+
+
{{ trans(ONTHEFLY_RESOURCE_COMMENT_TITLE) }}
+
+ {{ parent?.comment }}
+
+
+
-
-
-
+
+
+
+
-
-
-
-
{{ trans(ONTHEFLY_RESOURCE_COMMENT_TITLE) }}
-
- {{ parent?.comment }}
-
-
-
+
+
+
+
+
{{ trans(ONTHEFLY_RESOURCE_COMMENT_TITLE) }}
+
+ {{ parent?.comment }}
+
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
+
+
+
+
@@ -136,7 +144,6 @@ import {
} from "translator";
import PersonEdit from "ChillPersonAssets/vuejs/_components/OnTheFly/PersonEdit.vue";
import ThirdPartyEdit from "ChillThirdPartyAssets/vuejs/_components/OnTheFly/ThirdPartyEdit.vue";
-import ThirdParty from "ChillThirdPartyAssets/vuejs/_components/OnTheFly/ThirdParty.vue";
// Types
type EntityType = "person" | "thirdparty";
@@ -175,7 +182,7 @@ const emit = defineEmits<{
}>();
type castEditPersonType = InstanceType;
-type castEditThirdPartyType = InstanceType;
+type castEditThirdPartyType = InstanceType;
const castEditPerson = useTemplateRef('castEditPerson')
const castEditThirdParty = useTemplateRef('castEditThirdParty');