Return only online agent name
This commit is contained in:
@@ -310,7 +310,7 @@ function AgentIndex({ index }: { index: number }) {
|
||||
</button>
|
||||
<button
|
||||
className="btn btn-sm"
|
||||
onClick={() => setCurrentPage(data.totalPages)}
|
||||
onClick={() => setCurrentPage(data.totalPages || 1)}
|
||||
disabled={currentPage === data.totalPages}
|
||||
>
|
||||
{'>>'}
|
||||
|
||||
Reference in New Issue
Block a user