Skip to content

Commit

Permalink
fix: []
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed May 3, 2024
1 parent ea1eeb4 commit 6a1b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tools/session/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Page() {
const delta = useMemo(
() =>
session.tracking && tankStatsB
? deltaTankStats([], tankStatsB)
? deltaTankStats(session.player.stats, tankStatsB)
.sort((a, b) => b.last_battle_time - a.last_battle_time)
.map((entry) => {
const tank = awaitedTankDefinitions[entry.tank_id];
Expand Down

0 comments on commit 6a1b786

Please sign in to comment.