mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
6eba497cc5
commit
1ba6c28843
1 changed files with 1 additions and 2 deletions
|
@ -46,10 +46,9 @@ export function Stacktrace({ stackframes = [], codeLanguage }: Props) {
|
|||
const hasTrailingSpacer =
|
||||
hasMultipleStackframes && i !== groups.length - 1;
|
||||
return (
|
||||
<Fragment>
|
||||
<Fragment key={i}>
|
||||
{hasLeadingSpacer && <EuiSpacer size="m" />}
|
||||
<LibraryStackFrames
|
||||
key={i}
|
||||
initialVisiblity={!hasMultipleStackframes}
|
||||
stackframes={group.stackframes}
|
||||
codeLanguage={codeLanguage}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue