fix: remove rebase leftovers
This commit is contained in:
parent
7eb10f1515
commit
80d6052788
2 changed files with 0 additions and 29 deletions
|
|
@ -123,12 +123,7 @@ const EditableCard = ({
|
|||
[classes.label1Rejected]: state === OVERRIDE_REJECTED,
|
||||
[classes.label1Accepted]: state === OVERRIDE_AUTHORIZED
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
const isNotAuthorized =
|
||||
state === OVERRIDE_REJECTED || state === OVERRIDE_PENDING
|
||||
>>>>>>> feat: add dynamic position to editable cards, reject/authorize buttons
|
||||
const authorized =
|
||||
state === OVERRIDE_PENDING
|
||||
? { label: 'Pending', type: 'neutral' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue