Skip to content

Commit

Permalink
refactor: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed Sep 20, 2024
1 parent 3a5ed2c commit 615109d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/entity-primary-details.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<script setup lang="ts">
import { CheckIcon, CopyIcon, MapPinIcon } from "lucide-vue-next";
import { CheckIcon, CopyIcon } from "lucide-vue-next";
import CustomPrimaryDetailsActor from "@/components/custom-primary-details-actor.vue";
import CustomPrimaryDetailsFeature from "@/components/custom-primary-details-feature.vue";
import CustomPrimaryDetailsPlace from "@/components/custom-primary-details-place.vue";
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const getRelationTitle = (relation: RelationType) => {
return useRelationTitle(relation, props.entity.systemClass);
};
Expand Down

0 comments on commit 615109d

Please sign in to comment.