Fix: TS2769 - No overload matches this call.

This commit is contained in:
burnettk 2025-02-10 16:48:11 -05:00 committed by burnettk (aider)
parent 2d0a2eb4fb
commit c904f156bb
No known key found for this signature in database

View File

@ -176,7 +176,7 @@ function SideNav({
{ text: 'CONFIGURATION' },
].map((item, index) => (
<ListItem
button
component="button"
key={item.text}
onClick={() => {
setAdditionalNavElement(null);