Skip to content

Commit

Permalink
Update new-log-viewer/src/components/Layout.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
Henry8192 and junhaoliao authored Sep 5, 2024
1 parent 3fae92e commit 36fd775
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion new-log-viewer/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const MenuBar = () => {
const {logEventNum} = useContext(UrlContext);
const {fileName, loadFile, numEvents} = useContext(StateContext);


const [settingsModelOpen, setSettingsModelOpen] = useState<boolean>(false);

const handleNavButtonClick = (event: React.MouseEvent<HTMLButtonElement>) => {
Expand Down

0 comments on commit 36fd775

Please sign in to comment.