mirror of
https://github.com/Funkoala14/KnowledgeBase_OOIN.git
synced 2025-06-08 19:58:13 +08:00
Compare commits
No commits in common. "3ba48fdd3e2a8deaf01a19d7eefd386073667821" and "9d33241c717495f28e35ad12f65dddda0140b6a3" have entirely different histories.
3ba48fdd3e
...
9d33241c71
@ -337,7 +337,7 @@ export default function PendingRequests() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className='request-actions'>
|
<div className='request-actions'>
|
||||||
{(request.status === 'pending' && request.role === 'approver') ? (
|
{request.status === 'pending' ? (
|
||||||
<>
|
<>
|
||||||
<button
|
<button
|
||||||
className='btn btn-outline-danger btn-sm'
|
className='btn btn-outline-danger btn-sm'
|
||||||
|
Loading…
Reference in New Issue
Block a user