diff --git a/src/components/ProposalListItem.vue b/src/components/ProposalListItem.vue index 6d823610..6a5c694c 100644 --- a/src/components/ProposalListItem.vue +++ b/src/components/ProposalListItem.vue @@ -7,6 +7,7 @@ import type { PropType } from 'vue'; defineProps({ proposals: { type: Object as PropType }, + votable: { type: Boolean, default: false } }); const format = useFormatter(); @@ -27,40 +28,16 @@ const statusMap: Record = {