Skip to content

Commit

Permalink
fix logo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jul 26, 2024
1 parent a13e55d commit 77b5b28
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.logoLayout === "vertical") {
if (metadata.logo_layout === "vertical") {
return <Vertical {...metadata} />;
}

Expand Down

0 comments on commit 77b5b28

Please sign in to comment.