mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
Add comment
This commit is contained in:
@@ -71,7 +71,7 @@ class DirentListView extends React.Component {
|
||||
isListDropTipShow: false,
|
||||
};
|
||||
|
||||
this.enteredCounter = 0;
|
||||
this.enteredCounter = 0; // Determine whether to enter child elements
|
||||
this.isRepoOwner = props.currentRepoInfo.owner_email === username;
|
||||
this.isAdmin = props.currentRepoInfo.is_admin;
|
||||
this.repoEncrypted = props.currentRepoInfo.encrypted;
|
||||
|
Reference in New Issue
Block a user