Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Gigadrive
qpost
qpost
Commits
f39658d6
Verified
Commit
f39658d6
authored
Aug 25, 2020
by
Mehdi Baaboura
Browse files
Added debug messages to notifications page
parent
02fafbf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
assets/ts/Pages/Notifications/FavoriteNotification.tsx
assets/ts/Pages/Notifications/FavoriteNotification.tsx
+1
-1
assets/ts/Pages/Notifications/Notifications.tsx
assets/ts/Pages/Notifications/Notifications.tsx
+1
-1
No files found.
assets/ts/Pages/Notifications/FavoriteNotification.tsx
View file @
f39658d6
...
...
@@ -55,7 +55,7 @@ export default class FavoriteNotification extends Component<{
<
FeedEntryListItem
entry
=
{
feedEntry
}
hideButtons
=
{
true
}
/>
</
Card
>;
}
else
{
return
""
;
return
"
i1
"
;
}
}
}
\ No newline at end of file
assets/ts/Pages/Notifications/Notifications.tsx
View file @
f39658d6
...
...
@@ -138,7 +138,7 @@ export default class Notifications extends Component<any, {
break
;
}
return
content
||
""
;
return
content
||
"
i2
"
;
})
}
</
InfiniteScroll
>
:
<
Empty
image
=
{
Empty
.
PRESENTED_IMAGE_SIMPLE
}
/>
}
</
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