Remove unused `style` prop from FlameGraph (#110459)

* remove `style` prop

* chore: linting
This commit is contained in:
John-George Sample 2025-09-26 04:23:50 -04:00 committed by GitHub
parent 23fd69f572
commit ba7603bd4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
// THIS SOFTWARE.
import { css, cx } from '@emotion/css';
import { useEffect, useState } from 'react';
import * as React from 'react';
import { Icon } from '@grafana/ui';
@ -37,7 +36,6 @@ type Props = {
matchedLabels?: Set<string>;
setRangeMin: (range: number) => void;
setRangeMax: (range: number) => void;
style?: React.CSSProperties;
onItemFocused: (data: ClickedItemData) => void;
focusedItemData?: ClickedItemData;
textAlign: TextAlign;