Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-Sunho committed Oct 23, 2024
1 parent d95254a commit 28b2971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ function App() {
<Route
path="/reportNewBin"
element={
isLocationSet && currentLocation?
<ReportNewBin latitude={locationToUse.latitude}
longitude={locationToUse.longitude} triggerRefresh={triggerRefresh} />
longitude={locationToUse.longitude} triggerRefresh={triggerRefresh} /> : null
}
/>
</Routes>
Expand Down

0 comments on commit 28b2971

Please sign in to comment.