Pull Request branch dev-clone to main #1

Merged
gitea merged 429 commits from dev-clone into main 2024-12-23 09:31:34 +00:00
Showing only changes of commit bf6e67251f - Show all commits

View File

@ -88,7 +88,7 @@ export default function AssessmentRequestManagementsPage() {
columnHelper.display({ columnHelper.display({
header: "Status", header: "Status",
cell: (props) => ( cell: (props) => (
<div className="flex items-center justify-center"> <div className="flex items-center justify-center text-center">
{(() => { {(() => {
const status = props.row.original.status; const status = props.row.original.status;
switch (status) { switch (status) {