Merge branch 'develop' into 'devops-staging'
Bug Fixing Menu Payback See merge request empatnusabangsa/ppob/ppob-frontend!52
This commit is contained in:
commit
d47c7a3fa4
|
@ -497,9 +497,9 @@ export const Payback = observer(() => {
|
|||
style={{ marginBottom: "20px", width: "100%" }}
|
||||
value={filterMembership}
|
||||
>
|
||||
{store.membership.data.map((item) => (
|
||||
{store.payback.dataConfirmation.map((item) => (
|
||||
<Option value={item.id} key={item.id}>
|
||||
{item.name}
|
||||
{item.userData_name}
|
||||
</Option>
|
||||
))}
|
||||
</Select>
|
||||
|
|
Loading…
Reference in New Issue
Block a user