handleExpandedChange(true)}
onTouchEnd={(e) => {
@@ -316,7 +272,7 @@ export const BasePanel: React.FC
= ({
)}
{isExpanded && (
- = ({
}}
>
-
- }
- startIcon={getIconForPanel(currentPanelType)}
- >
+
-
-
{renderCurrentPanel()}
-
)}
>
);
-};
\ No newline at end of file
+};