Fix lint + docker build

This commit is contained in:
Jai A
2024-11-07 18:21:01 -08:00
parent 70979172b0
commit 4bcdb3f495
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -106,7 +106,9 @@
let attempts = 0; let attempts = 0;
function syncAgreeState() { 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) { if (primaryButton) {
primaryButton.click(); primaryButton.click();