From a333e8337cdb6cb5057808323410f5e32fc8dd58 Mon Sep 17 00:00:00 2001 From: Reppelin Tom Date: Thu, 27 Jun 2024 12:10:08 +0200 Subject: [PATCH] feat(build): build pass --- src/component/OracleDecoder.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/OracleDecoder.tsx b/src/component/OracleDecoder.tsx index c7c686d..76dd826 100644 --- a/src/component/OracleDecoder.tsx +++ b/src/component/OracleDecoder.tsx @@ -45,6 +45,7 @@ const OracleDecoder = () => { warnings: Warning[]; } | null>(null); // New state for warning check + // eslint-disable-next-line const [options, setOptions] = useState({ performDecimalCheck: true, performPriceCheck: false, // Disable in production