build bunch of fixes

This commit is contained in:
Olivier Gagnon
2021-09-21 20:30:00 -04:00
parent c94ec2f170
commit 0c932dd4d1
24 changed files with 553 additions and 1075 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ interface IServerProps {
ip: string;
}
export function ServerAccordion(props: IServerProps): React.ReactElement {
function ServerAccordion(props: IServerProps): React.ReactElement {
const server = AllServers[props.ip];
let totalSize = 0;
for (const f of server.scripts) {