From 33af6685f86d97be7138916fc39430f73ed2ce06 Mon Sep 17 00:00:00 2001 From: Michael Ficocelli Date: Thu, 7 Mar 2024 23:46:08 -0500 Subject: [PATCH] IPVGO: Fix displayed maximum favor in tooltip to update with player bitnode status (#1143) --- src/Go/ui/GoHistoryPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Go/ui/GoHistoryPage.tsx b/src/Go/ui/GoHistoryPage.tsx index 1bf87d984..43e0c0e8b 100644 --- a/src/Go/ui/GoHistoryPage.tsx +++ b/src/Go/ui/GoHistoryPage.tsx @@ -112,7 +112,7 @@ export const GoHistoryPage = (): React.ReactElement => { title={ <> Win streaks against a faction will give you +1 favor to that faction
- at certain numbers of wins (up to a max of 100 favor),
+ at certain numbers of wins (up to a max of {getMaxFavor()} favor),
if you are currently a member of that faction }