Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 5b67103

Browse files
authored
fix: eslint warning "anchor-is-valid" (#4181)
Co-authored-by: Cor-Ina <[email protected]>
1 parent f5acb94 commit 5b67103

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/atoms/ToggleGroup/toggle-group.stories.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ AllowNone.args = {
2626
CustomItems.args = {
2727
children: [
2828
<div key={1}>
29-
Option 1 w\{" "}
30-
<a href="#" target="_blank">
31-
link
32-
</a>
29+
Option 1 w\ <span>span</span>
3330
</div>,
3431
<p key={2}>
3532
Option 2 w\ <strong>strong</strong>

0 commit comments

Comments
 (0)