Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
xpub
xpub-epmc
Commits
2180e18c
Commit
2180e18c
authored
May 31, 2019
by
ahamelers
Browse files
#837
parent
d6c387be
Pipeline
#12820
passed with stages
in 5 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/components/activity/EventDescription.jsx
View file @
2180e18c
...
...
@@ -406,7 +406,12 @@ const EventDescription = ({ audit, manuscript }) => {
return
list
.
map
(
k
=>
{
switch
(
k
)
{
case
'
claimed_by
'
:
return
'
Removed admin claim
'
return
(
<
React
.
Fragment
key
=
{
k
}
>
Removed admin claim
<
br
/>
</
React
.
Fragment
>
)
case
'
form_state
'
:
return
changes
[
k
]
?
(
<
React
.
Fragment
key
=
{
k
}
>
...
...
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