Skip to content

Commit

Permalink
remove isMobileScreenSize import
Browse files Browse the repository at this point in the history
  • Loading branch information
eaw-pid authored and itcreativeusa committed Jan 24, 2025
1 parent f317336 commit fd4e8fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { TableBody, TableCell, TableContainer, TableHead, TableRow, Paper, Dialo
import DesignTokenColors from '../Style/DesignTokenColors';
import ModalDisplayTemplateA, { templateAStyles } from '../../../components/Widgets/ModalDisplayTemplateA';
import ChallengeInviteeStore from '../../stores/ChallengeInviteeStore';
import isMobileScreenSize from 'js/common/utils/isMobileScreenSize';

const ViewInviteeDetails = ({ inviteeId, show, setShow, setAnchorEl }) => {
const [inviteeData, setInviteeData] = useState(null);
Expand Down

0 comments on commit fd4e8fb

Please sign in to comment.