fix(admin-ui): Lint all UI files (#3459)
This commit is contained in:
committed by
GitHub
parent
55febef7f1
commit
ad7d7fcd51
@@ -2,7 +2,7 @@ const units: [string, number][] = [
|
||||
["B", 1],
|
||||
["Kb", 1000],
|
||||
["Mb", 1000000],
|
||||
["Gb", 1000000000]
|
||||
["Gb", 1000000000],
|
||||
]
|
||||
|
||||
export function bytesConverter(size: number): string | undefined {
|
||||
|
||||
Reference in New Issue
Block a user