Skip to content

Commit a0e36a0

Browse files
committed
chore: pull main
2 parents adb6192 + 30b16b3 commit a0e36a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegouvfr/react-dsfr",
3-
"version": "0.77.0-rc.0",
3+
"version": "0.76.4",
44
"description": "French State Design System React integration library",
55
"repository": {
66
"type": "git",

src/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const Tabs = memo(
157157
onKeyDownCapture={e => onKeyboardNavigation(e)}
158158
>
159159
{tabs.map(({ label, iconId }, tabIndex) => (
160-
<li key={label + (iconId ?? "")} role="presentation">
160+
<li key={tabIndex} role="presentation">
161161
<button
162162
ref={button => (buttonRefs.current[tabIndex] = button)}
163163
id={getTabId(tabIndex)}

0 commit comments

Comments
 (0)