fix: remove console log
This commit is contained in:
@@ -60,8 +60,6 @@ function TopBar() {
|
||||
const { networkId, "*": rest } = useParams();
|
||||
const segments = [networkId, ...rest?.split("/") ?? []].filter(Boolean);
|
||||
|
||||
console.log(segments);
|
||||
|
||||
const path = rest ? particlePath(networkId!, rest.split("/").filter(Boolean)) : null;
|
||||
|
||||
const { data: particle } = useQuery(
|
||||
|
||||
Reference in New Issue
Block a user