We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5766368 commit 71d3667Copy full SHA for 71d3667
1 file changed
src/sidebars/deleted/DeletedSideBar.vue
@@ -86,7 +86,7 @@ import { deletedStore, navigationStore, registerStore, schemaStore } from '../..
86
<CnStatsPanel
87
:sections="deletionStatsSections"
88
:loading="deletedStore.statisticsLoading">
89
- <template #item-icon-topDeleters="{ item }">
+ <template #item-icon-topDeleters>
90
<AccountCircle :size="32" />
91
</template>
92
</CnStatsPanel>
0 commit comments