1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

fix-markdown-view (#6728)

* fix-markdown-view

* fix style
This commit is contained in:
yinjianfei-user
2024-09-08 08:17:47 +08:00
committed by GitHub
parent e595e72141
commit 4c295bc38c
4 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ class DirColumnFile extends React.Component {
render() {
const { currentDirent } = this.props;
const { name } = currentDirent;
const { name } = currentDirent || {};
if (this.props.isFileLoadedErr) {
return (