Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maskeynihal committed Oct 12, 2023
1 parent 1aa8b23 commit 6a474d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nginxconfig/templates/callouts/contribute.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ THE SOFTWARE.
style() {
const nonVisibleStyle = {
opacity: 0,
pointerEvents: 'none',
pointerEvents: "none",

Check failure on line 69 in src/nginxconfig/templates/callouts/contribute.vue

View workflow job for this annotation

GitHub Actions / eslint

Replace `"none"` with `'none'`
};
return this.visible ? undefined : nonVisibleStyle;
Expand Down

0 comments on commit 6a474d4

Please sign in to comment.