Skip to content

Commit

Permalink
Fix redact
Browse files Browse the repository at this point in the history
  • Loading branch information
beatro0t committed Jul 1, 2021
1 parent b596f4d commit 6e3cc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/Graph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ export default {
if (value)
config.graph.style.map(s => {
if (
s.selector.includes("node") &&
new String(s.selector).includes("node") &&
Object.keys(s.style).includes("label")
) {
style.push({
Expand Down

0 comments on commit 6e3cc50

Please sign in to comment.