mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 21:25:47 +01:00
Update FactionRoot.tsx
Run Prettier Manually fixed trailing space for lint test
This commit is contained in:
parent
e05617d9d3
commit
421e7b8c74
@ -130,12 +130,12 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
|
|||||||
<Box>
|
<Box>
|
||||||
<Paper sx={{ my: 1, p: 1 }}>
|
<Paper sx={{ my: 1, p: 1 }}>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={!isManageGangClickable ? <Typography>Unlocked when reaching -54000 karma</Typography> : ""}
|
||||||
!isManageGangClickable ? <Typography>Unlocked when reaching -54000 karma</Typography> : ""
|
|
||||||
}
|
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
<Button onClick={manageGang} disabled={!isManageGangClickable}>{"Manage Gang"}</Button>
|
<Button onClick={manageGang} disabled={!isManageGangClickable}>
|
||||||
|
{"Manage Gang"}
|
||||||
|
</Button>
|
||||||
<Typography>{gangInfo}</Typography>
|
<Typography>{gangInfo}</Typography>
|
||||||
</span>
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
Loading…
Reference in New Issue
Block a user