Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hive
wallet
Commits
4a696fb9
Commit
4a696fb9
authored
Apr 05, 2019
by
Efe
Committed by
Jonathan Porta
Jul 26, 2019
Browse files
change method name
parent
44adb499
Changes
1
Show whitespace changes
Inline
Side-by-side
src/app/components/pages/SteemProposalSystem.jsx
View file @
4a696fb9
...
...
@@ -93,7 +93,7 @@ class SteemProposalSystem extends React.Component {
}
}
constructPermlink
(
creator
,
permlink
)
{
getSpsUrl
(
creator
,
permlink
)
{
const
{
social_url
}
=
global
.
$STM_Config
;
return
`
${
social_url
||
''
}
/@
${
creator
}
/
${
permlink
}
`
;
}
...
...
@@ -221,10 +221,7 @@ class SteemProposalSystem extends React.Component {
return
[
<
a
href
=
{
this
.
constructPermlink
(
proposal
.
get
(
'
creator
'
),
value
)
}
href
=
{
this
.
getSpsUrl
(
proposal
.
get
(
'
creator
'
),
value
)
}
target
=
"__blank"
key
=
{
`proposal-extlink-
${
value
}
`
}
title
=
"Perm link"
...
...
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