Skip to content

Commit

Permalink
Fix tooltips on web
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Dec 28, 2023
1 parent 07ccfc1 commit 7ff97a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserDetailsTooltip/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import BaseUserDetailsTooltip from './BaseUserDetailsTooltip/index.native';
import BaseUserDetailsTooltip from './BaseUserDetailsTooltip';
import UserDetailsTooltipProps from './types';

function UserDetailsTooltip({shouldRender = true, children, ...props}: UserDetailsTooltipProps) {
Expand Down

0 comments on commit 7ff97a5

Please sign in to comment.