From 0568dc57f73fad93fe2419ece005e76957c44407 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Mon, 30 Jun 2025 13:47:06 +0200 Subject: [PATCH] Fixed showing summary of new experiences --- module/applications/levelup/characterLevelup.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/applications/levelup/characterLevelup.mjs b/module/applications/levelup/characterLevelup.mjs index d4be1f2b..26a425e1 100644 --- a/module/applications/levelup/characterLevelup.mjs +++ b/module/applications/levelup/characterLevelup.mjs @@ -245,7 +245,8 @@ export default class DhCharacterLevelUp extends LevelUpBase { shown: achievementCards.length > 0 }, experiences: { - values: achievementExperiences + values: achievementExperiences, + shown: achievementExperiences.length > 0 } };