Skip to content

Commit 0b46c0f

Browse files
committed
fix lint
1 parent 3f5ee69 commit 0b46c0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/apps/review/src/lib/components/ChallengeDetailsContent/TabContentSubmissions.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ interface Props {
5656
const VIRUS_SCAN_FAILED_MESSAGE = 'Submission failed virus scan'
5757

5858
export const TabContentSubmissions: FC<Props> = props => {
59-
console.log('here', props.submissions);
60-
6159
const windowSize: WindowSize = useWindowSize()
6260
const isTablet = useMemo(
6361
() => (windowSize.width ?? 0) <= 984,

0 commit comments

Comments
 (0)