From c39211d4722f548896a76aa8ad2cdeeefc509dd8 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Mon, 29 Jun 2020 14:49:15 -0300 Subject: [PATCH] :ok_hand: remove linter comment --- client/modules/IDE/components/PreviewFrame.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/modules/IDE/components/PreviewFrame.jsx b/client/modules/IDE/components/PreviewFrame.jsx index 54283bb4..b1867622 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -23,7 +23,6 @@ import { hijackConsoleErrorsScript, startTag, getAllScriptOffsets } from '../../../utils/consoleUtils'; -// Kept inside class just for linter's const shouldRenderSketch = (props, prevProps = undefined) => { const { isPlaying, previewIsRefreshing, fullView } = props;