Skip to content

Commit

Permalink
Merge pull request #54 from pigchip/nits
Browse files Browse the repository at this point in the history
Nits
  • Loading branch information
Sebas1236 authored Dec 1, 2024
2 parents 83a0ba4 + 00ebdea commit 9aab3a5
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 76 deletions.
2 changes: 1 addition & 1 deletion src/app/reports/details/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useReports } from "@/contexts/ReportsContext";
import { useRouter } from "next/navigation";
import ArrowBackIcon from "@mui/icons-material/ArrowBack";
import { useRole } from "@/contexts/RoleContext";
import { useState, useEffect } from "react";
import { useState } from "react";
import { Status } from "@/types/register";
import ConfirmModal from "@/components/ConfirmModal";
import MapWithMarker from "@/components/MapWithMarker"; // Importa el componente del mapa
Expand Down
Loading

0 comments on commit 9aab3a5

Please sign in to comment.