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