Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
4641c5b3
Verified
Commit
4641c5b3
authored
Aug 13, 2018
by
Sébastiaan Versteeg
Browse files
Fix Profile loading from MemberView
parent
2026fc9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/ui/components/memberView/MemberView.js
View file @
4641c5b3
...
...
@@ -49,7 +49,7 @@ MemberView.defaultProps = {
};
const
mapDispatchToProps
=
dispatch
=>
({
loadProfile
:
(
token
,
pk
)
=>
dispatch
(
profileActions
.
profile
(
pk
)),
loadProfile
:
pk
=>
dispatch
(
profileActions
.
profile
(
pk
)),
});
export
default
connect
(()
=>
({}),
mapDispatchToProps
)(
MemberView
);
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