Bugfix: lint fixes (no-console)

This commit is contained in:
vinodkiran
2024-02-23 07:19:26 +05:30
parent 0a5195d1ab
commit f690943316
-1
View File
@@ -48,7 +48,6 @@ const Chatflows = () => {
const handleChange = (event, nextView) => { const handleChange = (event, nextView) => {
if (nextView === null) return if (nextView === null) return
console.log('nextView == ' + nextView)
localStorage.setItem('flowDisplayStyle', nextView) localStorage.setItem('flowDisplayStyle', nextView)
setView(nextView) setView(nextView)
} }