Skip to content

Commit

Permalink
Prettier fix (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey authored Oct 18, 2024
1 parent 1b0d9e6 commit 8c76268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/transcend-io/consent-manager-ui.git"
},
"homepage": "https://github.com/transcend-io/consent-manager-ui",
"version": "4.20.0",
"version": "4.21.0",
"license": "MIT",
"main": "build/ui",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const {
languages,
dismissedViewState = 'Hidden',
nonce,
inlineCss
inlineCss,
} = settings;

/**
Expand Down

0 comments on commit 8c76268

Please sign in to comment.