Revert all package upgrades to unblock testing.
This commit is contained in:
@@ -35,10 +35,10 @@ export default function ShopTemplatesListContainer({ visibleState }) {
|
||||
};
|
||||
|
||||
return (
|
||||
(<Drawer
|
||||
<Drawer
|
||||
placement="left"
|
||||
width="25%"
|
||||
open={visible}
|
||||
visible={visible}
|
||||
onClose={() => setVisible(false)}
|
||||
>
|
||||
<div>
|
||||
@@ -64,7 +64,7 @@ export default function ShopTemplatesListContainer({ visibleState }) {
|
||||
]}
|
||||
>
|
||||
<Skeleton title={false} loading={item.loading} active>
|
||||
<div rootStyle={{ display: "flex", flexDirection: "column" }}>
|
||||
<div style={{ display: "flex", flexDirection: "column" }}>
|
||||
<div>{TemplateList()[item.name].title}</div>
|
||||
<div>{TemplateList()[item.name].description}</div>
|
||||
<div>{TemplateList()[item.name].drivingid}</div>
|
||||
@@ -74,6 +74,6 @@ export default function ShopTemplatesListContainer({ visibleState }) {
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
</Drawer>)
|
||||
</Drawer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user