fix: list item key
This commit is contained in:
parent
55158fc313
commit
c7dfb2864a
@ -79,11 +79,10 @@ export const Modal = () => {
|
||||
<ul>
|
||||
{tabs.map((t) => {
|
||||
return (
|
||||
<li>
|
||||
<li key={t.to}>
|
||||
<Button
|
||||
component={Link}
|
||||
to={t.to}
|
||||
key={t.to}
|
||||
sx={{
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
|
Loading…
Reference in New Issue
Block a user