Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Nov 21, 2023
1 parent f56c767 commit dbd61b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const PickerHelper = ({
<Link
data-test="current-content"
variant="body2"
onClick={() => handleJumpToCurrentPath(contextPath)}
onClick={() => handleJumpToCurrentPath(contextPath || '')}
className={styles}>
{currentContentText || 'Current Content'}
</Link>
Expand Down

0 comments on commit dbd61b6

Please sign in to comment.