From 2e7d1d2276b479f877e3c88d2bd878c993d13542 Mon Sep 17 00:00:00 2001
From: Ilya Kreymer
Date: Wed, 23 Oct 2024 11:01:18 -0700
Subject: [PATCH] fix merge error in settings page (#263)
Fixes merge errors from TS conversion.
---
src/ui/app.ts | 170 +++++++-------------------------------------------
1 file changed, 23 insertions(+), 147 deletions(-)
diff --git a/src/ui/app.ts b/src/ui/app.ts
index a929a161..3804f12f 100644
--- a/src/ui/app.ts
+++ b/src/ui/app.ts
@@ -988,25 +988,27 @@ class ArchiveWebApp extends ReplayWebApp {
renderSettingsModal() {
return html`
-
-
-
-
`
- : ""
- }
-
- ${
- this.settingsTab === "browsertrix"
+ : ""}
+ ${this.settingsTab === "browsertrix"
? html`
Configure your credentials to upload archived items to
@@ -1119,130 +1118,7 @@ class ArchiveWebApp extends ReplayWebApp {
`
- : ""
- }
-
${
- this.settingsError
- }
-
-
-
-
-
-