Bug Fixing Menu Payback
This commit is contained in:
parent
ae2c7af20f
commit
4308cccf9a
|
@ -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