mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-11 10:06:10 +02:00
UI: Add option to enable/disable syncing Steam achievements (#2117)
This commit is contained in:
@@ -16,7 +16,7 @@ export function ConfirmationModal(props: IProps): React.ReactElement {
|
||||
return (
|
||||
<Modal open={props.open} onClose={props.onClose}>
|
||||
<>
|
||||
<Typography>{props.confirmationText}</Typography>
|
||||
<Typography component={"div"}>{props.confirmationText}</Typography>
|
||||
<Button
|
||||
onClick={() => {
|
||||
props.onConfirm();
|
||||
|
||||
Reference in New Issue
Block a user