IPVGO: Fix displayed maximum favor in tooltip to update with player bitnode status (#1143)

This commit is contained in:
Michael Ficocelli 2024-03-07 23:46:08 -05:00 committed by GitHub
parent d2dd6916b1
commit 33af6685f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -112,7 +112,7 @@ export const GoHistoryPage = (): React.ReactElement => {
title={
<>
Win streaks against a faction will give you +1 favor to that faction <br />
at certain numbers of wins (up to a max of 100 favor), <br />
at certain numbers of wins (up to a max of {getMaxFavor()} favor), <br />
if you are currently a member of that faction
</>
}