Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 25, 2024
2 parents b2b9337 + 03a7e7b commit a19a7d5
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 97 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-smarthr": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"stylelint": "^16.9.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-smarthr": "^3.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const RadioButton = forwardRef<HTMLInputElement, Props>(
)

const defaultId = useId()
const radioButtonId = defaultId || props.id
const radioButtonId = props.id || defaultId

return (
<span className={wrapperStyle}>
Expand Down
Loading

0 comments on commit a19a7d5

Please sign in to comment.