From 8b79682a6635c8765d632a4c56c316af5f605adc Mon Sep 17 00:00:00 2001 From: opudrovs Date: Mon, 23 Oct 2023 09:44:24 +0200 Subject: [PATCH] Move custom actions to the start of the buttons. --- ui/components/SyncActions/SyncControls.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/components/SyncActions/SyncControls.tsx b/ui/components/SyncActions/SyncControls.tsx index 9d17401e99a..86dd262fffb 100644 --- a/ui/components/SyncActions/SyncControls.tsx +++ b/ui/components/SyncActions/SyncControls.tsx @@ -75,6 +75,12 @@ const SyncControls = ({ return ( + {customActions && ( + <> + + + + )}