Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
share
fe-common-library
Commits
853bf9ec
Commit
853bf9ec
authored
4 years ago
by
stanmao
Browse files
Options
Download
Email Patches
Plain Diff
stockLink first char lowerCase
parent
94ff4cf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/components/MobileHeader/NavBoard/__tests__/__snapshots__/NavBoard.test.js.snap
...er/NavBoard/__tests__/__snapshots__/NavBoard.test.js.snap
+3
-3
src/components/MobileHeader/NavBoard/navConfig.js
src/components/MobileHeader/NavBoard/navConfig.js
+1
-1
No files found.
src/components/MobileHeader/NavBoard/__tests__/__snapshots__/NavBoard.test.js.snap
View file @
853bf9ec
...
...
@@ -232,7 +232,7 @@ exports[`<NavBoard /> should render nice 1`] = `
Object {
"name": "stockQ",
"title": "StockQ",
"url": "https://www.cnyes.com/
S
tockQ",
"url": "https://www.cnyes.com/
s
tockQ",
},
],
"name": "market",
...
...
@@ -1547,7 +1547,7 @@ exports[`<NavBoard /> should render nice 1`] = `
Object {
"name": "stockQ",
"title": "StockQ",
"url": "https://www.cnyes.com/
S
tockQ",
"url": "https://www.cnyes.com/
s
tockQ",
}
}
key="stockQ"
...
...
@@ -1562,7 +1562,7 @@ exports[`<NavBoard /> should render nice 1`] = `
data-proj-ga-action="click"
data-proj-ga-category="Header"
data-proj-ga-label="市場_StockQ"
href="https://www.cnyes.com/
S
tockQ"
href="https://www.cnyes.com/
s
tockQ"
key="stockQ"
onClick={[MockFunction]}
>
...
...
This diff is collapsed.
Click to expand it.
src/components/MobileHeader/NavBoard/navConfig.js
View file @
853bf9ec
...
...
@@ -220,7 +220,7 @@ export default [
{
name
:
'
stockQ
'
,
title
:
'
StockQ
'
,
url
:
'
https://www.cnyes.com/
S
tockQ
'
,
url
:
'
https://www.cnyes.com/
s
tockQ
'
,
},
],
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment