Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed May 11, 2020
1 parent bc57964 commit 0cf11f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/js/viewmodels/graph-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define([
self.jsonData = ko.computed(function() {
var relatableResourceIds = _.filter(self.resource_data(), function(resource){
if (resource.isRelatable === undefined) {
resource.isRelatable = ko.observable(resource.is_relatable)
resource.isRelatable = ko.observable(resource.is_relatable);
}
return resource.isRelatable();
}).map(function(resource){
Expand Down

0 comments on commit 0cf11f5

Please sign in to comment.