Mostly done converting Gang UI to React

This commit is contained in:
Olivier Gagnon
2021-06-16 00:28:20 -04:00
parent 9466017906
commit 9e345b1375
16 changed files with 664 additions and 929 deletions
-1
View File
@@ -13,7 +13,6 @@ interface IAscendProps {
function ascendPopup(props: IAscendProps): React.ReactElement {
function confirm() {
props.gang.ascendMember(props.member);
props.gang.updateGangMemberDisplayElement(props.member);
removePopup(props.popupId);
return false;
}