1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

repair spell error

This commit is contained in:
shanshuirenjia
2018-12-11 18:44:06 +08:00
parent 1be95b5faa
commit 3843eabfab

View File

@@ -80,7 +80,7 @@ class SharedRepoListItem extends React.Component {
isReadOnly = true;
}
let iconUrl = Utils.getLibIconUrl({
is_encryted: repo.encrypted,
is_encrypted: repo.encrypted,
is_readonly: isReadOnly,
size: Utils.isHiDPI() ? 48 : 24
});