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
+1 -1
View File
@@ -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();
}