Skip to content

Commit

Permalink
Update .storybook/components/ElementNamer.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin Barron <[email protected]>
  • Loading branch information
Mnickii and gavinbarron authored Jul 20, 2023
1 parent 49e4fef commit acdb6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/components/ElementNamer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TableNamer = ({ names }) => {
for (let i = 0; i < tables.length; i++) {
tables[i].setAttribute('title', names[i]);
}
}, []);
}, [names]);
return <></>;
};

Expand Down

0 comments on commit acdb6de

Please sign in to comment.