Skip to content

Commit

Permalink
[frontend] indentation (#6482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Mar 28, 2024
1 parent 398b056 commit 088ca98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1099,8 +1099,8 @@ class GroupingKnowledgeGraphComponent extends Component {
.then(async (data) => {
if (
deleteObject
&& !data.stixObjectOrStixRelationship.is_inferred
&& data.stixObjectOrStixRelationship.groupings.edges.length === 1
&& !data.stixObjectOrStixRelationship.is_inferred
&& data.stixObjectOrStixRelationship.groupings.edges.length === 1
) {
commitMutation({
mutation: groupingKnowledgeGraphQueryStixObjectDeleteMutation,
Expand Down

0 comments on commit 088ca98

Please sign in to comment.