mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): remove extra line
This commit is contained in:
parent
ee8d95b7d4
commit
402bdb872c
@ -72,7 +72,6 @@ export type HeaderProps = {
|
||||
isSideBarOpen: boolean;
|
||||
onToggleSidebar: () => void;
|
||||
};
|
||||
|
||||
export const Header: FC<HeaderProps> = ({ isSideBarOpen, onToggleSidebar }) => {
|
||||
const { apiUrl, ssoEnabled } = useConfig();
|
||||
const { t } = useTranslate();
|
||||
|
Loading…
Reference in New Issue
Block a user