From ed8550a7d61c718d4e397649daa4633bdcc5dd28 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 22 Dec 2020 11:10:40 +0100 Subject: [PATCH] Run prettier again --- .../History/ContentItem/Dataset/DatasetUIWrapper.vue | 2 +- .../components/WorkflowInvocationState/ParameterStep.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue b/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue index 7ca9c071c76..0eb488b03ac 100644 --- a/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue +++ b/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue @@ -24,7 +24,7 @@ export default { }, computed: { dataset() { - const element = {...this.item}; + const element = { ...this.item }; if (this.element_identifier) { element.name = this.element_identifier; } diff --git a/client/src/components/WorkflowInvocationState/ParameterStep.vue b/client/src/components/WorkflowInvocationState/ParameterStep.vue index 6ac1ac9dc90..da78c6c4b0e 100644 --- a/client/src/components/WorkflowInvocationState/ParameterStep.vue +++ b/client/src/components/WorkflowInvocationState/ParameterStep.vue @@ -1,5 +1,5 @@ \ No newline at end of file +}; +