Skip to content

Commit b26e977

Browse files
committed
refactor(e2e): PR feedback
1 parent 91d8535 commit b26e977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/src/components/InfoSegments/InfoSegments.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const allowedInfoSegmentsFrameProps = ['margin'] as const satisfies Frame
1414
type AllowedFrameProps = Pick<FrameProps, (typeof allowedInfoSegmentsFrameProps)[number]>;
1515

1616
export type InfoSegmentsProps = AllowedFrameProps &
17-
AllowedTextProps & { variant?: TextVariant } & { children: Array<ReactNode> } & {
18-
'data-testid'?: string;
17+
AllowedTextProps & { variant?: TextVariant; 'data-testid'?: string } & {
18+
children: Array<ReactNode>;
1919
};
2020

2121
export const InfoSegments = ({

0 commit comments

Comments
 (0)