+
{!!segmentations.length &&
segmentations.map((segmentation, index) => {
const {
@@ -82,7 +82,6 @@ const SegmentationGroupTable = ({
activeSegmentIndex,
} = segmentation;
return (
- <>
-
- >
);
})}
diff --git a/platform/ui/src/components/SidePanel/SidePanel.tsx b/platform/ui/src/components/SidePanel/SidePanel.tsx
index 5581a992f..9119d51a8 100644
--- a/platform/ui/src/components/SidePanel/SidePanel.tsx
+++ b/platform/ui/src/components/SidePanel/SidePanel.tsx
@@ -176,7 +176,7 @@ const SidePanel = ({
{/** Panel Header with Arrow and Close Actions */}
{
@@ -190,7 +190,7 @@ const SidePanel = ({
color="inherit"
border="none"
rounded="none"
- className="flex flex-row items-center px-3 relative w-full"
+ className="flex flex-row flex-static items-center px-3 relative w-full"
name={tabs.length === 1 ? `${tabs[activeTabIndex].name}` : ''}
>
({
+ ...theme('spacing'),
+ '0': '0',
+ full: '100%',
+ screen: '100vh',
+ }),
letterSpacing: {
tighter: '-0.05em',
tight: '-0.025em',
@@ -366,12 +374,6 @@ module.exports = {
...breakpoints(theme('screens')),
...theme('spacing'),
}),
- minHeight: theme => ({
- ...theme('spacing'),
- '0': '0',
- full: '100%',
- screen: '100vh',
- }),
minWidth: theme => ({
...theme('spacing'),
'0': '0',