Skip to content

Commit 71d3667

Browse files
committed
fixed lint issue
1 parent 5766368 commit 71d3667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sidebars/deleted/DeletedSideBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import { deletedStore, navigationStore, registerStore, schemaStore } from '../..
8686
<CnStatsPanel
8787
:sections="deletionStatsSections"
8888
:loading="deletedStore.statisticsLoading">
89-
<template #item-icon-topDeleters="{ item }">
89+
<template #item-icon-topDeleters>
9090
<AccountCircle :size="32" />
9191
</template>
9292
</CnStatsPanel>

0 commit comments

Comments
 (0)