Skip to content

Commit

Permalink
Merge pull request #1706 from AletheiaFact/fixes-bug-sentence-page
Browse files Browse the repository at this point in the history
Correcting page of sentences already checked
thesocialdev authored Jan 14, 2025
2 parents 02e944c + c407436 commit 1e91041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SentenceReport/SentenceReportView.tsx
Original file line number Diff line number Diff line change
@@ -61,9 +61,9 @@ const SentenceReportView = ({
<Grid container
justifyContent="center"
style={
(isCrossChecking || isReport || isReviewing) && {
backgroundColor: colors.lightNeutral,
}
(isCrossChecking || isReport || isReviewing)
? { backgroundColor: colors.lightNeutral }
: undefined
}
>
<Grid item xs={componentStyle.span}>

0 comments on commit 1e91041

Please sign in to comment.