mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 23:27:55 +02:00
Mostly done converting Gang UI to React
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user