Skip to content

Commit 1ad8688

Browse files
PROD-3245 clean up
1 parent 3e22ba6 commit 1ad8688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-ts/header/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ const Header: FC = () => {
109109
'update',
110110
navElementId,
111111
{
112-
toolName: activeToolName ?? '',
113-
toolRoot: activeToolRoute ?? '',
112+
toolName: activeToolName,
113+
toolRoot: activeToolRoute,
114114
},
115115
)
116116
}, [

0 commit comments

Comments
 (0)