feat: add dynamic position to editable cards, reject/authorize buttons
This commit is contained in:
parent
a8f1c50d07
commit
421543f0c7
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ const EditableCard = ({
|
||||||
[classes.label1Rejected]: state === OVERRIDE_REJECTED,
|
[classes.label1Rejected]: state === OVERRIDE_REJECTED,
|
||||||
[classes.label1Accepted]: state === OVERRIDE_AUTHORIZED
|
[classes.label1Accepted]: state === OVERRIDE_AUTHORIZED
|
||||||
}
|
}
|
||||||
|
|
||||||
const authorized =
|
const authorized =
|
||||||
state === OVERRIDE_PENDING
|
state === OVERRIDE_PENDING
|
||||||
? { label: 'Pending', type: 'neutral' }
|
? { label: 'Pending', type: 'neutral' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue