Skip to content

Commit 46d0cd0

Browse files
committed
Remove unused variable and import
1 parent 91a29c2 commit 46d0cd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/js/Components/MismatchRow.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@
108108

109109
<script setup lang="ts">
110110
import { formatISO } from 'date-fns';
111-
112-
import type { PropType } from 'vue';
113111
import { computed, ref } from 'vue';
114112
import { CdxButton, CdxDialog, CdxSelect } from "@wikimedia/codex";
115113
import { MenuItem } from '@wmde/wikit-vue-components/dist/components/MenuItem';
@@ -167,7 +165,6 @@ const uploadInfoDescription = computed<string>(() => {
167165
return shouldTruncate.value ? text.substring(0, truncateLength) + '...' : text;
168166
});
169167
170-
const decision = statusOptions[props.mismatch.review_status];
171168
const reviewStatus = String(props.mismatch.review_status);
172169
const fullDescriptionDialog = ref(false);
173170

0 commit comments

Comments
 (0)