IO-937 Adjust csi logo path.
This commit is contained in:
@@ -92,7 +92,7 @@ export function CsiContainerPage({ currentUser }) {
|
|||||||
/>
|
/>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
console.log(bodyshop);
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
style={{ height: "100vh", display: "flex", flexDirection: "column" }}
|
style={{ height: "100vh", display: "flex", flexDirection: "column" }}
|
||||||
@@ -106,7 +106,7 @@ export function CsiContainerPage({ currentUser }) {
|
|||||||
>
|
>
|
||||||
<div style={{ display: "flex", alignItems: "center", margin: "2em" }}>
|
<div style={{ display: "flex", alignItems: "center", margin: "2em" }}>
|
||||||
{bodyshop.logo_img_path ? (
|
{bodyshop.logo_img_path ? (
|
||||||
<img src={bodyshop.logo_img_path} alt="Logo" />
|
<img src={bodyshop.logo_img_path.src} alt="Logo" />
|
||||||
) : null}
|
) : null}
|
||||||
<div style={{ margin: "2em" }}>
|
<div style={{ margin: "2em" }}>
|
||||||
<strong>{bodyshop.shopname || ""}</strong>
|
<strong>{bodyshop.shopname || ""}</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user