Fix unused variable lint error in Modal.web.tsx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ export function ModalsContainer() {
|
||||
)
|
||||
}
|
||||
|
||||
function Modal({modal}: {modal: ModalIface}) {
|
||||
function Modal({modal: _modal}: {modal: ModalIface}) {
|
||||
const {isModalActive} = useModals()
|
||||
const {closeModal} = useModalControls()
|
||||
const pal = usePalette('default')
|
||||
|
||||
Reference in New Issue
Block a user