Skip to content

Commit de84214

Browse files
LianaHusAniket-Engg
authored andcommitted
lint
1 parent 6c2e12f commit de84214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function RecorderUI(props: RecorderProps) {
2222
useEffect(() => {
2323
if (props.txCount > 0 && props.currentFile && props.currentFile.endsWith('.json')) setEnableRunButton(true)
2424
else setEnableRunButton(false)
25-
console.log('props.txCount', props.txCount)
25+
console.log('props.txCount', props.txCount)
2626
}, [props.currentFile, props.txCount])
2727

2828
const toggleClass = () => {

0 commit comments

Comments
 (0)