Skip to content

Commit

Permalink
fix: removes double import of isFeatureNotGeoFenced
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro committed Oct 14, 2024
1 parent 7a64c61 commit e6a5d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { activeProfile, updateActiveProfile } from '@core/profile/stores'
import { DashboardRoute } from '@core/router'
import SettingsSection from '../SettingsSection.svelte'
import { isFeatureNotGeoFenced, isFeatureNotGeoFenced } from '@lib/features/utils'
import { isFeatureNotGeoFenced } from '@lib/features/utils'
const features = $activeProfile?.features ?? {
[DashboardRoute.Wallet]: true,
Expand Down

0 comments on commit e6a5d70

Please sign in to comment.