Skip to content

Commit d25972c

Browse files
authored
Fix bug where all 'Ending' always listed as Never (#361)
1 parent 54da96f commit d25972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/components/AppsAccordionListGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const GroupDetailList: React.FC<GroupDetailListProps> = React.memo(
7676
</Link>
7777
</TableCell>
7878
<TableCell>
79-
<Ending memberships={member_list} />
79+
<Ending memberships={[member]} />
8080
</TableCell>
8181
</TableRow>
8282
))

0 commit comments

Comments
 (0)