Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anesi Léo
basic-react-app
Commits
dd465c97
Commit
dd465c97
authored
Dec 07, 2017
by
leoa
Browse files
Remove Link style
parent
aec50c47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/App/App.js
View file @
dd465c97
...
...
@@ -10,7 +10,7 @@ class App extends Component {
for
(
let
i
=
1
;
i
<
10
;
i
++
)
{
pokemons
.
push
(
<
Link
to
=
{
"
/detail_page/
"
+
i
.
toString
()}
key
=
{
i
}
>
<
Link
to
=
{
"
/detail_page/
"
+
i
.
toString
()}
style
=
{{
textDecoration
:
'
none
'
,
color
:
'
black
'
}}
key
=
{
i
}
>
<
Pokemon
idPokemon
=
{
i
.
toString
()}
key
=
{
i
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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