diff --git a/src/App.js b/src/App.js index a58a731..14674e1 100644 --- a/src/App.js +++ b/src/App.js @@ -1474,11 +1474,6 @@ function ParticipantManager({ encounter, encounterPath, campaignCharacters, camp /> HP: {p.currentHp}/{p.maxHp} - {hasDeathSaves && (participantStatus === 'dying' || participantStatus === 'stable') && encounter.isStarted && ( - - )} {participantStatus === 'dead' && ( @@ -1521,19 +1516,19 @@ function ParticipantManager({ encounter, encounterPath, campaignCharacters, camp ))}
- - - - -
@@ -1617,6 +1612,11 @@ function ParticipantManager({ encounter, encounterPath, campaignCharacters, camp
+ {hasDeathSaves && (participantStatus === 'dying' || participantStatus === 'stable') && encounter.isStarted && ( + + )} {encounter.isStarted && (