Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
refactor: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Apr 18, 2024
1 parent 8c97493 commit a2b9a1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/item/settings/GeolocationModalButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const GeolocationModalButton = ({ item }: Props): JSX.Element => {
const addressLabelRef = useRef<HTMLInputElement>(null);
const latRef = useRef<HTMLInputElement>(null);
const lngRef = useRef<HTMLInputElement>(null);
// const [country, setCountry] = useState<string>();

const handleClickOpen = () => {
setOpen(true);
Expand Down

0 comments on commit a2b9a1c

Please sign in to comment.