mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
fix previous commit
This commit is contained in:
parent
a21b1029d7
commit
c9ee938bc6
@ -476,8 +476,7 @@ export function GameRoot(): React.ReactElement {
|
||||
}
|
||||
|
||||
return (
|
||||
<Context.Player.Provider value={Player}>
|
||||
<Context.Router.Provider value={Router}>
|
||||
<>
|
||||
<ErrorBoundary key={errorBoundaryKey} softReset={softReset}>
|
||||
<BypassWrapper content={bypassGame ? mainPage : null}>
|
||||
<SnackbarProvider>
|
||||
@ -518,7 +517,6 @@ export function GameRoot(): React.ReactElement {
|
||||
</BypassWrapper>
|
||||
</ErrorBoundary>
|
||||
<V2Modal />
|
||||
</Context.Router.Provider>
|
||||
</Context.Player.Provider>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
@ -212,7 +212,7 @@ function Work(): React.ReactElement {
|
||||
);
|
||||
innerText = (
|
||||
<>
|
||||
<Reputation reputation={companyWork.getCompany().PlayerReputation} /> rep
|
||||
<Reputation reputation={companyWork.getCompany().playerReputation} /> rep
|
||||
<br />(
|
||||
<ReputationRate reputation={companyWork.getGainRates().reputation * (1000 / CONSTANTS._idleSpeed)} />)
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user