1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

fix old wiki avatar

This commit is contained in:
Michael An
2024-05-30 17:49:47 +08:00
parent 1eb4cbf4ee
commit de58b17c3a
2 changed files with 5 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ class WikiCardGroup extends Component {
key={index}
wiki={wiki}
deleteWiki={this.props.deleteWiki}
isDepartment={isDepartment}
/>
);
})}