mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
Fix linting
This commit is contained in:
@@ -170,7 +170,10 @@ export function PathModal({
|
|||||||
))}
|
))}
|
||||||
|
|
||||||
{/* Map modal — opens when a "Map route" button is clicked */}
|
{/* Map modal — opens when a "Map route" button is clicked */}
|
||||||
<Dialog open={mapModalIndex !== null} onOpenChange={(open) => !open && setMapModalIndex(null)}>
|
<Dialog
|
||||||
|
open={mapModalIndex !== null}
|
||||||
|
onOpenChange={(open) => !open && setMapModalIndex(null)}
|
||||||
|
>
|
||||||
<DialogContent className="sm:max-w-2xl">
|
<DialogContent className="sm:max-w-2xl">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>
|
<DialogTitle>
|
||||||
|
|||||||
Reference in New Issue
Block a user