Hotfix: fixed search bar on teams list page
This commit is contained in:
parent
06d4cd1e33
commit
f51f98f3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ export default function TeamProvider(props: PropsWithChildren<Props>) {
|
|||
prefixSearch?: string,
|
||||
) => {
|
||||
//let asText = team ? "&as=" + team.key() : "";
|
||||
const view = otherTeam ? otherTeam : as
|
||||
const view = otherTeam ? otherTeam : (as.length > 0 ? as : undefined)
|
||||
let url = pondURL(
|
||||
"/teams" +
|
||||
"?limit=" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue