From 2320fb4866059d02fc97affc95dd63f91ff2d220 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 22 Aug 2023 09:38:11 +0300 Subject: [PATCH] fix: delete refresh icons --- public/icons/refresh-black.svg | 6 ------ public/icons/refresh.svg | 5 ----- src/pages/PairDevice/PairDevice.tsx | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 public/icons/refresh-black.svg delete mode 100644 public/icons/refresh.svg diff --git a/public/icons/refresh-black.svg b/public/icons/refresh-black.svg deleted file mode 100644 index feb66937..00000000 --- a/public/icons/refresh-black.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/public/icons/refresh.svg b/public/icons/refresh.svg deleted file mode 100644 index ead09ed3..00000000 --- a/public/icons/refresh.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/src/pages/PairDevice/PairDevice.tsx b/src/pages/PairDevice/PairDevice.tsx index 393a4d07..2d97f1cc 100644 --- a/src/pages/PairDevice/PairDevice.tsx +++ b/src/pages/PairDevice/PairDevice.tsx @@ -15,7 +15,7 @@ const PairDevice = () => { const [autoChecked, setAutoChecked] = useState(false) const [isAwaitingPairing, setIsAwaitingPairing] = useState(false) const isPaired = false - const isPairing = true + const isPairing = false const changeSetIsAwaitingPairing = (result: boolean) => { setIsAwaitingPairing(result)