relative pathing for bins page
This commit is contained in:
parent
6996ab0e77
commit
e5d4aee4a1
3 changed files with 6 additions and 4 deletions
|
|
@ -215,7 +215,8 @@ export default function TeamPage() {
|
|||
}
|
||||
|
||||
const toBins = () => {
|
||||
navigate(appendToUrl("bins"))
|
||||
// navigate(appendToUrl("bins"))
|
||||
navigate("bins")
|
||||
}
|
||||
|
||||
const isAg = IsAdaptiveAgriculture()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue