Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
mastofe
Commits
b1e42686
Verified
Commit
b1e42686
authored
Oct 01, 2019
by
Haelwenn
Browse files
link_footer.js: remove mapDispatchToProps call
parent
7500fe58
Pipeline
#26120
passed with stage
in 4 minutes and 1 second
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
app/javascript/flavours/glitch/features/ui/components/link_footer.js
View file @
b1e42686
import
{
connect
}
from
'
react-redux
'
;
import
React
from
'
react
'
;
import
PropTypes
from
'
prop-types
'
;
import
{
FormattedMessage
,
injectIntl
}
from
'
react-intl
'
;
import
{
Link
}
from
'
react-router-dom
'
;
export
default
@
injectIntl
@
connect
(
null
,
mapDispatchToProps
)
class
LinkFooter
extends
React
.
PureComponent
{
static
propTypes
=
{
...
...
@@ -30,5 +28,4 @@ class LinkFooter extends React.PureComponent {
<
/div
>
);
}
};
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