Skip to content

Commit b47f35b

Browse files
Update DropdownItems.js
1 parent f2a7c9f commit b47f35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NavBar/AnimatedNavBar/DropdownContainer/DropdownItems.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const RenderSection = ({section, className, isOpen, toggleSubLandingPages, isMob
3737
{section?.text && <p className="navItemP">{section.text}</p>}
3838

3939
{(hasSubLandingPages && (isOpen || !isMobileView)) && (
40-
<ul className={`subLandingPages ${section.english_sub_landing_pages.length > 5 ? 'two-column-list' : ''}`} >
40+
<ul className={`subLandingPages ${english_sub_landing_pages.length > 5 ? 'two-column-list' : ''}`} >
4141
{english_sub_landing_pages.map(subItem => (
4242
<li key={subItem.id} className="subLandingPages-item">
4343
<CustomLink
@@ -146,4 +146,4 @@ DropdownItems.propTypes = {
146146
};
147147

148148

149-
export default DropdownItems
149+
export default DropdownItems

0 commit comments

Comments
 (0)