We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f45352b + 52094bd commit 3e99fdcCopy full SHA for 3e99fdc
1 file changed
src/components/longevity/MobileNavigation/MobileNavigation.tsx
@@ -249,7 +249,7 @@ const MobileNavigation: FC = () => {
249
onClick={() => nextPathname && router.push(nextPathname.path)}
250
>
251
<span className={styles.nextStaticTxt}>{nextBtn}</span>{' '}
252
- <span className={styles.nextPage}> {nextPathname.name}</span>
+ <span className={styles.nextPage}> {nextPathname?.name}</span>
253
</BorderedPill>
254
</>
255
);
0 commit comments