Membership Pages
This commit is contained in:
@@ -415,7 +415,6 @@ export const Membership = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Form form={form} layout="vertical">
|
||||
{store.authentication.userData.role === "Admin" && (
|
||||
<Form.Item
|
||||
name="supplier"
|
||||
label="Supplier"
|
||||
@@ -429,7 +428,6 @@ export const Membership = observer(() => {
|
||||
))}
|
||||
</Select>
|
||||
</Form.Item>
|
||||
)}
|
||||
<Form.Item
|
||||
name="amount"
|
||||
label="Amount"
|
||||
|
Reference in New Issue
Block a user