Skip to content

Commit

Permalink
fix: remove linting (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeliaLinne authored Oct 14, 2024
1 parent 24d4251 commit 14f2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default ['$scope', '$element', function($scope, $element) {
$scope.updated = false;

$scope.app = qlik.currApp(this);
const localeInfo = $scope.app.model.layout.qLocaleInfo;
const localeInfo = $scope.app ? $scope.app.model.layout.qLocaleInfo : {};

picasso.use(pq);
picasso.use(picassoHammer(Hammer));
Expand Down

0 comments on commit 14f2f5d

Please sign in to comment.