run auto fix lint

This commit is contained in:
Olivier Gagnon
2021-04-29 23:52:56 -04:00
parent 77cb63e36a
commit 3fad505096
183 changed files with 1547 additions and 1546 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function ServerAccordion(props: IProps): React.ReactElement {
const paddedName = `${server.hostname}${" ".repeat(longestHostnameLength)}`.slice(0, Math.max(server.hostname.length, longestHostnameLength));
const barOptions = {
progress: server.ramUsed / server.maxRam,
totalTicks: 30
totalTicks: 30,
};
const headerTxt = `${paddedName} ${createProgressBarText(barOptions)}`;