mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
fix: hide duplicates in new lamps viewer (#1035)
This commit is contained in:
@@ -155,7 +155,9 @@ function SessionScoreStatBreakdown({
|
||||
|
||||
if (newEnums[metric][enumValue]) {
|
||||
const alreadyInArray = newEnums[metric][enumValue].find(
|
||||
(e) => e.score.scoreID === score.scoreID
|
||||
(e) =>
|
||||
e.score.scoreID === score.scoreID ||
|
||||
e.score.chartID === score.chartID
|
||||
);
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user