diff --git a/components/QueueTable.js b/components/QueueTable.js index 6494f36..2215add 100644 --- a/components/QueueTable.js +++ b/components/QueueTable.js @@ -225,19 +225,19 @@ const ShowUploadQueue = (props) => { Rows per page} labelDisplayedRows={({ from, to, count }) => (
{`${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`}
)} - count={rows.length} - rowsPerPage={rowsPerPage} - page={page} - onPageChange={handleChangePage} - onRowsPerPageChange={handleChangeRowsPerPage} + sx={{ display: "flex", justifyContent: "end" }} />