File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
apps/dashboard/src/context/region Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { useRegion } from '@/context/region';
44import { useFeatureFlag } from '@/hooks/use-feature-flag' ;
55import { FeatureFlagsKeysEnum } from '@novu/shared' ;
66import { useLDClient } from 'launchdarkly-react-client-sdk' ;
7- import { Globe } from 'lucide-react' ;
87import { useEffect , useState } from 'react' ;
98import { REGIONS } from './region-config' ;
109
@@ -55,10 +54,7 @@ export function RegionSelector() {
5554 return (
5655 < Select value = { selectedRegion } onValueChange = { setSelectedRegion } >
5756 < SelectTrigger className = { triggerClassName } >
58- < div className = "flex items-center gap-1.5" >
59- < Globe size = { 12 } className = "text-muted-foreground" />
60- < SelectValue placeholder = "Select Region" />
61- </ div >
57+ < SelectValue placeholder = "Select Region" />
6258 </ SelectTrigger >
6359 < SelectContent >
6460 { REGION_OPTIONS . map ( ( option ) => (
You can’t perform that action at this time.
0 commit comments