diff --git a/frontend/src/components/RequestLogs.tsx b/frontend/src/components/RequestLogs.tsx index 4520a45..9cc59a6 100644 --- a/frontend/src/components/RequestLogs.tsx +++ b/frontend/src/components/RequestLogs.tsx @@ -78,10 +78,10 @@ const RequestLogs: Component = () => {

Request Logs - + - (Showing {totalLogs() === 0 ? 0 : (page() - 1) * PAGE_SIZE + 1}- - {Math.min(page() * PAGE_SIZE, totalLogs())} of {totalLogs()}) + (Showing {(page() - 1) * PAGE_SIZE + 1}-{Math.min(page() * PAGE_SIZE, totalLogs())} of{" "} + {totalLogs()})