From f8ba6b02454d66eb96e7e6ebd8022492ff79e690 Mon Sep 17 00:00:00 2001 From: Benoit Date: Mon, 5 Dec 2022 22:32:22 +0100 Subject: [PATCH] Translation system is still fucked up --- src/widgets/omada/component.jsx | 4 ++-- src/widgets/omada/proxy.js | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/widgets/omada/component.jsx b/src/widgets/omada/component.jsx index b6fcda2e..86b6639b 100644 --- a/src/widgets/omada/component.jsx +++ b/src/widgets/omada/component.jsx @@ -28,8 +28,8 @@ export default function Component({ service }) { return ( - - + + ); } diff --git a/src/widgets/omada/proxy.js b/src/widgets/omada/proxy.js index 15178539..97b17128 100644 --- a/src/widgets/omada/proxy.js +++ b/src/widgets/omada/proxy.js @@ -1,10 +1,8 @@ import cache from "memory-cache"; -import { formatApiCall } from "utils/proxy/api-helpers"; + import { httpProxy } from "utils/proxy/http"; -import { addCookieToJar, setCookieHeader } from "utils/proxy/cookie-jar"; import getServiceWidget from "utils/config/service-helpers"; -import { getPrivateWidgetOptions } from "utils/config/widget-helpers"; import createLogger from "utils/logger"; import widgets from "widgets/widgets";