Skip to content

Commit 6871b50

Browse files
committed
Format
1 parent 98c1611 commit 6871b50

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

libs/@hashintel/ds-components/src/components/RadioGroup/radio-group.stories.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,7 @@ export const Card: Story = {
118118
fill="none"
119119
xmlns="http://www.w3.org/2000/svg"
120120
>
121-
<path
122-
d="M8 0L16 8L8 16L0 8L8 0Z"
123-
fill="currentColor"
124-
/>
121+
<path d="M8 0L16 8L8 16L0 8L8 0Z" fill="currentColor" />
125122
</svg>
126123
),
127124
},

libs/@hashintel/ds-components/src/components/RadioGroup/radio-group.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { RadioGroup as BaseRadioGroup } from "@ark-ui/react/radio-group";
22
import { css } from "@hashintel/ds-helpers/css";
33
import type { ReactNode } from "react";
44

5-
6-
75
export interface RadioGroupOption {
86
value: string;
97
label: string;

0 commit comments

Comments
 (0)