diff --git a/remix/app/components/Commander/Commander.tsx b/remix/app/components/Commander/Commander.tsx index 1c67f2f..14516df 100644 --- a/remix/app/components/Commander/Commander.tsx +++ b/remix/app/components/Commander/Commander.tsx @@ -317,14 +317,14 @@ export const Commander = (props) => { { - -
- - -
-
+ > + + + + +
) diff --git a/remix/app/components/Rainbow/Rainbow.tsx b/remix/app/components/Rainbow/Rainbow.tsx index c3e1327..f8498e9 100644 --- a/remix/app/components/Rainbow/Rainbow.tsx +++ b/remix/app/components/Rainbow/Rainbow.tsx @@ -13,6 +13,8 @@ export const Rainbow = (allProps: any): JSX.Element => { const uuid = useUuid() + props.expand = props?.expand || true + const [hidden, setHidden] = React.useState(true) const repeats = props?.repeats || 1 const [filter, setFilter] = React.useState(props?.filter)