From a88d7900e38db093bfef3c8deb8badd5ea064f57 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 16 Aug 2023 13:27:08 +0300 Subject: [PATCH] fix: remove constant width --- src/pages/PairDevice/SyncStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/PairDevice/SyncStatus.tsx b/src/pages/PairDevice/SyncStatus.tsx index f78821d8..3670c02e 100644 --- a/src/pages/PairDevice/SyncStatus.tsx +++ b/src/pages/PairDevice/SyncStatus.tsx @@ -11,7 +11,7 @@ type SyncStatusProps = { } const SyncStatus = ({ isPairing, timer, isAwaitingPairing }: SyncStatusProps) => { return ( - + Device Sync Status