mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
removing some of the classes
This commit is contained in:
@@ -66,7 +66,7 @@ export function GangStats(props: IProps): React.ReactElement {
|
||||
</p>
|
||||
<br />
|
||||
<p style={{ display: "inline-block" }}>
|
||||
Faction reputation: {Reputation(Factions[props.gang.facName].playerReputation)}
|
||||
Faction reputation: <Reputation reputation={Factions[props.gang.facName].playerReputation} />
|
||||
</p>
|
||||
<br />
|
||||
<BonusTime gang={props.gang} />
|
||||
|
||||
Reference in New Issue
Block a user