Skip to content

Commit

Permalink
removed prints
Browse files Browse the repository at this point in the history
  • Loading branch information
stevem-zhou committed Sep 4, 2023
1 parent 9a74a69 commit 2b86c28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ResultCard/ResultCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import locate from "../../assets/logos/locate.svg";
export default function ResultCard({ props, setData, onResultsBarClose }) {
const { isOpen, onOpen, onClose } = useDisclosure();
const {id} = useParams();
console.log("id", id == true)
console.log(props)

const formattedDate = formatDate(new Date(props.date));
return (
Expand Down

0 comments on commit 2b86c28

Please sign in to comment.