Skip to content

Commit

Permalink
fix: default
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Aug 16, 2020
1 parent c54f83b commit bae72fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { outboundLink, divider, dividerSpace } from './LeftNav.module.scss';
const LeftNavResourceLinks = ({
links,
shouldOpenNewTabs,
includeDividerSpace = false,
includeDividerSpace = true,
}) => {
if (!links) return null;

Expand Down

0 comments on commit bae72fb

Please sign in to comment.