Skip to content

Commit 25e3429

Browse files
authored
Merge pull request #3548 from processing/remove-banner
Set Banner Display State to False
2 parents 1a4df6c + 09fb469 commit 25e3429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/pages/IDEView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const IDEView = () => {
106106
const [sidebarSize, setSidebarSize] = useState(160);
107107
const [isOverlayVisible, setIsOverlayVisible] = useState(false);
108108
const [MaxSize, setMaxSize] = useState(window.innerWidth);
109-
const [displayBanner, setDisplayBanner] = useState(true);
109+
const [displayBanner, setDisplayBanner] = useState(false);
110110

111111
const cmRef = useRef({});
112112

0 commit comments

Comments
 (0)