Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
Mímir
Commits
3ead8211
Commit
3ead8211
authored
Aug 12, 2020
by
Aron Fiechter
Browse files
Code style
parent
9319f638
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/voronoi/Voronoi.js
View file @
3ead8211
...
...
@@ -116,7 +116,7 @@ class Voronoi extends React.Component {
};
let
colors
=
{};
rootData
.
nodes
.
forEach
((
node
)
=>
{
if
(
node
.
level
==
0
)
return
;
if
(
node
.
level
==
=
0
)
return
;
let
fullNode
=
this
.
props
.
resultsById
[
node
.
name
];
let
nestingLevel
=
node
.
level
;
...
...
@@ -510,7 +510,7 @@ class Voronoi extends React.Component {
render
()
{
const
{
width
,
height
}
=
this
.
props
;
return
(
<
div
className
=
'
pt-sm-5 pb-sm-5
'
>
<
div
className
=
"
pt-sm-5 pb-sm-5
"
>
<
Container
>
<
Row
>
<
Col
xs
=
{
7
}
>
...
...
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