Fix lint + docker build

This commit is contained in:
Jai A 2024-11-07 18:21:01 -08:00
parent 70979172b0
commit 4bcdb3f495
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C
2 changed files with 5 additions and 3 deletions

View File

@ -5,12 +5,12 @@ on:
branches: [ "main" ]
paths:
- .github/workflows/daedalus-docker.yml
- 'apps/daedalus/**'
- 'apps/daedalus_client/**'
pull_request:
types: [ opened, synchronize ]
paths:
- .github/workflows/daedalus-docker.yml
- 'apps/daedalus/**'
- 'apps/daedalus_client/**'
merge_group:
types: [ checks_requested ]

View File

@ -106,7 +106,9 @@
let attempts = 0;
function syncAgreeState() {
const primaryButton = document.querySelector('.qc-cmp2-summary-buttons button:last-of-type');
const primaryButton = document.querySelector(
".qc-cmp2-summary-buttons button:last-of-type",
);
if (primaryButton) {
primaryButton.click();