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 3f5ee69 commit 0b46c0fCopy full SHA for 0b46c0f
src/apps/review/src/lib/components/ChallengeDetailsContent/TabContentSubmissions.tsx
@@ -56,8 +56,6 @@ interface Props {
56
const VIRUS_SCAN_FAILED_MESSAGE = 'Submission failed virus scan'
57
58
export const TabContentSubmissions: FC<Props> = props => {
59
- console.log('here', props.submissions);
60
-
61
const windowSize: WindowSize = useWindowSize()
62
const isTablet = useMemo(
63
() => (windowSize.width ?? 0) <= 984,
0 commit comments