mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-22 22:28:15 +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' },
|
||||
].map((item, index) => (
|
||||
<ListItem
|
||||
button
|
||||
component="button"
|
||||
key={item.text}
|
||||
onClick={() => {
|
||||
setAdditionalNavElement(null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user