Skip to content

Commit

Permalink
chore: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
albaranau committed Jun 3, 2024
1 parent 7141843 commit 98a947a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PopupTooltipTrigger/PopupTooltipWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ const PopupTooltipWrapper = memo(
},
);

PopupTooltipWrapper.displayName = 'TooltipWrapper';
PopupTooltipWrapper.displayName = 'PopupTooltipWrapper';

export { PopupTooltipWrapper };
2 changes: 1 addition & 1 deletion src/views/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function MapPage() {
initSensor();
});
}
if (true) {
if (featureFlags[FeatureFlag.BIVARIATE_MANAGER]) {
import('~features/bivariate_manager').then(({ initBivariateMatrix }) => {
initBivariateMatrix();
});
Expand Down

0 comments on commit 98a947a

Please sign in to comment.