diff --git a/front/src/BookListElement.vue b/front/src/BookListElement.vue
index 2da7edd..c056e7e 100644
--- a/front/src/BookListElement.vue
+++ b/front/src/BookListElement.vue
@@ -14,6 +14,7 @@ const props = defineProps({
description: String,
rating: Number,
read: Boolean,
+ startread: Boolean,
wantread: Boolean,
coverPath: String,
})
@@ -76,7 +77,8 @@ async function importInventaireEdition(inventaireid) {