Skip to content

Commit

Permalink
fix: eslint warning "anchor-is-valid" (#4181)
Browse files Browse the repository at this point in the history
Co-authored-by: Cor-Ina <[email protected]>
  • Loading branch information
CorinaMurg and CorinaMurg authored Oct 25, 2024
1 parent f5acb94 commit 5b67103
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/atoms/ToggleGroup/toggle-group.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ AllowNone.args = {
CustomItems.args = {
children: [
<div key={1}>
Option 1 w\{" "}
<a href="#" target="_blank">
link
</a>
Option 1 w\ <span>span</span>
</div>,
<p key={2}>
Option 2 w\ <strong>strong</strong>
Expand Down

0 comments on commit 5b67103

Please sign in to comment.