Merge branch 'main' into staging
This commit is contained in:
commit
29757d48fb
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ const RaidCombobox = (props: Props) => {
|
|||
useEffect(() => {
|
||||
const sections: [RaidGroup[], RaidGroup[], RaidGroup[]] = [[], [], []]
|
||||
|
||||
|
||||
props.raidGroups.forEach((group) => {
|
||||
if (group.section > 0) sections[group.section - 1].push(group)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue