From b1fb6b366b6d1f525f7ee22cdd669ea09f70a6ba Mon Sep 17 00:00:00 2001 From: Cyprian <46838495+cpprian@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:32:49 +0200 Subject: [PATCH] Update src/pages/client/pages/ClientInstancePage/components/StatsLayoutSelect/StatsLayoutSelect.tsx Co-authored-by: Aleksander <170264518+t-aleksander@users.noreply.github.com> --- .../components/StatsLayoutSelect/StatsLayoutSelect.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/client/pages/ClientInstancePage/components/StatsLayoutSelect/StatsLayoutSelect.tsx b/src/pages/client/pages/ClientInstancePage/components/StatsLayoutSelect/StatsLayoutSelect.tsx index 885d9398..2c86a247 100644 --- a/src/pages/client/pages/ClientInstancePage/components/StatsLayoutSelect/StatsLayoutSelect.tsx +++ b/src/pages/client/pages/ClientInstancePage/components/StatsLayoutSelect/StatsLayoutSelect.tsx @@ -39,7 +39,6 @@ export const StatsLayoutSelect = ({ locations }: StatsLayoutSelect) => { const renderSelected: SelectProps['renderSelected'] = useCallback( (value): SelectSelectedValue => { - console.log(locations); const selected = options.find((o) => o.value === value); if (selected) { return {