Skip to content

Commit

Permalink
fix logo vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jul 26, 2024
1 parent 77b5b28 commit 90ad72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/viewer/components/Metadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Metadata({ metadataRef }) {
const metadata = useStore(mapStore, selectors.getMetadata);

const layout = useMemo(() => {
if (metadata.logo_layout === "vertical") {
if (metadata.config.logo_layout === "vertical") {
return <Vertical {...metadata} />;
}

Expand Down

0 comments on commit 90ad72d

Please sign in to comment.