mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
chore(cloudcmd) lint: no-multi-spaces
This commit is contained in:
parent
d3ecafe0ea
commit
62e2ca2a64
28 changed files with 78 additions and 72 deletions
|
|
@ -253,7 +253,7 @@ function getSize(file) {
|
|||
}
|
||||
|
||||
function _getHeaderField(sort, order, name) {
|
||||
const arrow = order === 'asc' ? '↑' : '↓';
|
||||
const arrow = order === 'asc' ? '↑' : '↓';
|
||||
|
||||
if (sort !== name)
|
||||
return name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue