File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
apps/review/src/lib/components
Scorecard/ScorecardViewer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const AiReviewsTable: FC<AiReviewsTableProps> = props => {
9090 < div className = { styles . label } > Score</ div >
9191 < div className = { styles . value } >
9292 { run . status === 'SUCCESS' ? (
93- run . workflow . scorecard ? (
93+ ( run . workflow . scorecard && run . workflow . id ) ? (
9494 < Link
9595 to = { `../reviews/${ props . submission . id } ?workflowId=${ run . workflow . id } ` }
9696 >
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ const ScorecardViewerContent: FC<ScorecardViewerProps> = props => {
217217 </ i >
218218 { errorMessage }
219219 { ' ' }
220- Check bellow .
220+ Check below .
221221 </ div >
222222 ) }
223223
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ const REVIEW_OPPORTUNITIES_URL_DEFAULT = getReactEnv<string>(
169169export const REVIEW = {
170170 CHALLENGE_PAGE_URL : 'https://www.topcoder-dev.com/challenges' ,
171171 OPPORTUNITIES_URL : REVIEW_OPPORTUNITIES_URL_DEFAULT ,
172- PROFILE_PAGE_URL : 'https://profiles.topcoder-dev.com/profiles ' ,
172+ PROFILE_PAGE_URL : 'https://profiles.topcoder-dev.com' ,
173173}
174174
175175const FILESTACK_SECURITY_POLICY = getReactEnv < string | undefined > (
You can’t perform that action at this time.
0 commit comments