This commit is contained in:
Olivier Gagnon 2022-04-14 02:35:30 -04:00
parent caac9adf38
commit 8dab9f7871
2 changed files with 2 additions and 2 deletions

@ -68,7 +68,7 @@ export function General(props: IProps): React.ReactElement {
function setGangFactionDropdown(event: SelectChangeEvent<string>): void {
setGangFaction(event.target.value);
}
function checkMessages(): void {
checkForMessagesToSend();
}

@ -1126,7 +1126,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
for (let i = 0; i < sanitizedPlayerAnsArr.length; ++i) {
sanitizedPlayerAnsArr[i] = removeQuotesFromString(sanitizedPlayerAnsArr[i]).replace(/\s/g, "");
}
if (sanitizedPlayerAnsArr.length !== res.length) {
return false;
}