mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
fix code format (#6365)
This commit is contained in:
@@ -51,7 +51,7 @@ class FileUpdateDetailDialog extends React.Component {
|
||||
con += '<li class="list-group-item">' + items[i] + '</li>';
|
||||
}
|
||||
con += '</ul>';
|
||||
return {__html: con};
|
||||
return { __html: con };
|
||||
};
|
||||
|
||||
renderContent = () => {
|
||||
|
Reference in New Issue
Block a user