We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6528746 commit d37b511Copy full SHA for d37b511
src/apps/review/src/lib/components/ChallengeDetailsContent/TabContentSubmissions.tsx
@@ -95,7 +95,7 @@ export const TabContentSubmissions: FC<Props> = props => {
95
96
const canViewSubmissions = useMemo(() => {
97
if (isCompletedDesignChallenge) {
98
- return canViewAllSubmissions || (isCompletedDesignChallenge && isSubmissionsViewable)
+ return canViewAllSubmissions || isSubmissionsViewable
99
}
100
101
return true
0 commit comments