Add type to further fix TranscendencePopover
This commit is contained in:
parent
00de1bc91b
commit
f8b593ee63
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ const UncapIndicator = (props: Props) => {
|
|||
<TranscendencePopover
|
||||
open={popoverOpen}
|
||||
stage={props.transcendenceStage ? props.transcendenceStage : 0}
|
||||
type={props.type}
|
||||
onOpenChange={togglePopover}
|
||||
sendValue={sendTranscendenceStage}
|
||||
key={`star_${i}`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue