Skip to content

Commit

Permalink
Update src/pages/client/pages/ClientInstancePage/components/StatsLayo…
Browse files Browse the repository at this point in the history
…utSelect/StatsLayoutSelect.tsx

Co-authored-by: Aleksander <[email protected]>
  • Loading branch information
cpprian and t-aleksander authored Aug 13, 2024
1 parent 591cd54 commit b1fb6b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const StatsLayoutSelect = ({ locations }: StatsLayoutSelect) => {

const renderSelected: SelectProps<ClientView>['renderSelected'] = useCallback(
(value): SelectSelectedValue => {
console.log(locations);
const selected = options.find((o) => o.value === value);
if (selected) {
return {
Expand Down

0 comments on commit b1fb6b3

Please sign in to comment.