Skip to content

Commit

Permalink
fix: use new format
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 22, 2024
1 parent fb92709 commit a39af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Sink = () => {
const data = useData()
const id = path().split('/')[1]
const sink = data.carbonSinks.find((s) => s.id === id)
const location = sink?.geolocation.split(',').map(Number)
const location = sink?.geolocation
return (
<main>
<section>
Expand Down

0 comments on commit a39af78

Please sign in to comment.