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