Skip to content

Commit

Permalink
Prep for merge into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanEngland committed Nov 25, 2024
1 parent 70c68de commit a73f70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/webui/src/App2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ import ObservationFieldsPanel from "./ProposalEditorView/observationFields/Obser
import AssignReviewersPanel from "./ProposalManagerView/assignReviewers/AssignReviewersPanel.tsx";
import ErrorPage from "./errorHandling/error-page.jsx"
import {PanelFrame} from "./commonPanel/appearance.tsx";
import ProposalsStatus from "./ProposalEditorView/landingPage/proposalsStatus.tsx";
import TacCycles from "./ProposalManagerView/landingPage/tacCycles.tsx";
import EditorLandingPage from "./ProposalEditorView/landingPage/editorLandingPage.tsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function GetCountSubmittedProposals(props:CycleRowProps) {
}
}

// TODO: Change this from a count of committee members to a count of reviewers
function GetReviewers(props:CycleRowProps) {
const {data, error, isLoading} = useTACResourceGetCommitteeMembers({pathParams:{cycleCode: props.cycleId}});

Expand Down Expand Up @@ -141,7 +142,7 @@ function TacCycles (): ReactElement {
<Table.Th>Observing start</Table.Th>
<Table.Th>Observing end</Table.Th>
<Table.Th>Submitted proposals</Table.Th>
<Table.Th>Assigned reviewers</Table.Th>
<Table.Th>TAC members</Table.Th>
</Table.Tr>
</Table.Thead>
<Table.Tbody>
Expand Down

0 comments on commit a73f70c

Please sign in to comment.