mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-23 06:38:24 +00:00
Fix: TS2769 - No overload matches this call.
This commit is contained in:
parent
2d0a2eb4fb
commit
c904f156bb
@ -176,7 +176,7 @@ function SideNav({
|
|||||||
{ text: 'CONFIGURATION' },
|
{ text: 'CONFIGURATION' },
|
||||||
].map((item, index) => (
|
].map((item, index) => (
|
||||||
<ListItem
|
<ListItem
|
||||||
button
|
component="button"
|
||||||
key={item.text}
|
key={item.text}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setAdditionalNavElement(null);
|
setAdditionalNavElement(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user