Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix MainSplit IProps
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Sep 16, 2021
1 parent fd24511 commit febd3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/MainSplit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Direction } from "re-resizable/lib/resizer";
interface IProps {
resizeNotifier: ResizeNotifier;
collapsedRhs?: boolean;
panel: JSX.Element;
panel?: JSX.Element;
}

@replaceableComponent("structures.MainSplit")
Expand Down

0 comments on commit febd3df

Please sign in to comment.