Ensure fetchTeams callback is updated with filters
This commit is contained in:
parent
2c933570a5
commit
3bae907074
2 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ const ProfileRoute: React.FC<Props> = ({
|
|||
.catch((error) => handleError(error))
|
||||
}
|
||||
},
|
||||
[currentPage, username, parties, element, raid, recency]
|
||||
[currentPage, username, parties, element, raid, recency, advancedFilters]
|
||||
)
|
||||
|
||||
function replaceResults(count: number, list: Party[]) {
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ const SavedRoute: React.FC<Props> = ({
|
|||
})
|
||||
.catch((error) => handleError(error))
|
||||
},
|
||||
[currentPage, parties, element, raid, recency]
|
||||
[currentPage, parties, element, raid, recency, advancedFilters]
|
||||
)
|
||||
|
||||
function replaceResults(count: number, list: Party[]) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue