Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
fe82cf38
Commit
fe82cf38
authored
Jun 17, 2021
by
picklesrus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix indentation
parent
292bb024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/views/studio/studio-comments.jsx
src/views/studio/studio-comments.jsx
+7
-7
No files found.
src/views/studio/studio-comments.jsx
View file @
fe82cf38
...
...
@@ -156,13 +156,13 @@ const StudioComments = ({
/>
))
}
{
!!
singleCommentId
&&
<
Button
className=
"button load-more-button"
// eslint-disable-next-line react/jsx-no-bind
onClick=
{
handleSeeAllComments
}
>
<
FormattedMessage
id=
"general.seeAllComments"
/>
</
Button
>
<
Button
className=
"button load-more-button"
// eslint-disable-next-line react/jsx-no-bind
onClick=
{
handleSeeAllComments
}
>
<
FormattedMessage
id=
"general.seeAllComments"
/>
</
Button
>
}
{
moreCommentsToLoad
&&
<
Button
...
...
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