chore: format with Prettier

This commit is contained in:
Julien Fontanet
2023-08-03 11:19:22 +02:00
parent 9eb537c2f9
commit 3dc2f649f6
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ import { useTaskStore } from "@/stores/task.store";
import { usePageTitleStore } from "@/stores/page-title.store";
import { useI18n } from "vue-i18n";
const { pendingTasks, finishedTasks, isReady, hasError } = useTaskStore().subscribe();
const { pendingTasks, finishedTasks, isReady, hasError } =
useTaskStore().subscribe();
const { t } = useI18n();
const titleStore = usePageTitleStore();

View File

@@ -80,7 +80,7 @@ set.params = {
},
shareByDefault: {
type: 'boolean',
optional: true
optional: true,
},
subjects: {
type: 'array',

View File

@@ -533,8 +533,7 @@ const xoItemToRender = {
<span>
<Icon icon='xo-cloud-config' /> <ShortDate timestamp={createdAt} />
</span>
)
,
),
// XO objects.
pool: props => <Pool {...props} />,