chore: format with Prettier
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -80,7 +80,7 @@ set.params = {
|
||||
},
|
||||
shareByDefault: {
|
||||
type: 'boolean',
|
||||
optional: true
|
||||
optional: true,
|
||||
},
|
||||
subjects: {
|
||||
type: 'array',
|
||||
|
||||
@@ -533,8 +533,7 @@ const xoItemToRender = {
|
||||
<span>
|
||||
<Icon icon='xo-cloud-config' /> <ShortDate timestamp={createdAt} />
|
||||
</span>
|
||||
)
|
||||
,
|
||||
),
|
||||
// XO objects.
|
||||
pool: props => <Pool {...props} />,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user