Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PiranavanShanmugavadivelu committed Jan 17, 2024
1 parent 9cf685d commit 3a1a518
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/marketplace/src/components/CertificateCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ const image = computed(() => {
return props.cardData[1];
});
const router = useRoute();
const { notifyer } = useNotifyer();
const certificateData = ref();
const creditData = ref();
const loading = ref(true);
const materialData = ref<Array<{ type: string; [key: string]: any }>>([]);
const eventData = ref();
const plasticValuesString = ref("");
Expand Down

0 comments on commit 3a1a518

Please sign in to comment.