Skip to content

Commit 0c4f318

Browse files
committed
Run prettier
1 parent 5b62798 commit 0c4f318

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

client/src/components/Dataset/DatasetView.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ const showError = computed(
5757
const isAutoDownloadType = computed(
5858
() => dataset.value && datatypeStore.isDatatypeAutoDownload(dataset.value.file_ext)
5959
);
60-
const downloadUrl = computed(
61-
() => withPrefix(`/datasets/${props.datasetId}/display`)
62-
);
60+
const downloadUrl = computed(() => withPrefix(`/datasets/${props.datasetId}/display`));
6361
const preferredVisualization = computed(
6462
() => dataset.value && datatypeStore.getPreferredVisualization(dataset.value.file_ext)
6563
);

0 commit comments

Comments
 (0)