fix(core): remove redundant SidebarItem text type

This commit is contained in:
Dylan Jeffers
2020-12-29 11:47:11 -08:00
parent 265a7ab308
commit 006c78eb60
@@ -135,7 +135,6 @@ type SidebarItemButtonProps = SidebarItemBaseProps & {
};
type SidebarItemLinkProps = SidebarItemBaseProps & {
text?: string;
to: string;
onClick?: (ev: React.MouseEvent) => void;
};