Code style fixes and react errors

This commit is contained in:
Ajay Ramachandran
2021-10-15 00:56:48 -04:00
parent 598da2a7fe
commit fe5499e80a
5 changed files with 52 additions and 52 deletions

View File

@@ -539,9 +539,4 @@ export default class Utils {
return hashHex;
}
replaceArrayElement<Type>(array: Type[], value: Type, index: number): Type[] {
array[index] = value;
return array;
}
}