Skip to content

Commit

Permalink
[SXA][XMCloud] Navigation rendering doesn't have default rendering va…
Browse files Browse the repository at this point in the history
…riant (#1076)
  • Loading branch information
alan-null committed Jun 24, 2022
1 parent f9b2801 commit 6d873a2
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -40,7 +40,7 @@ const getLinkField = (props: NavigationProps): LinkField => ({
},
});

const Navigation = (props: NavigationProps): JSX.Element => {
export const Default = (props: NavigationProps): JSX.Element => {
const [isOpenMenu, openMenu] = useState(false);

if (!Object.values(props.fields).length) {
Expand Down Expand Up @@ -123,4 +123,3 @@ const NavigationList = (props: NavigationProps) => {
);
};

export default Navigation;

0 comments on commit 6d873a2

Please sign in to comment.