We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c867ca commit 5ec0033Copy full SHA for 5ec0033
src/pages/Events/LoadingScreen/index.tsx
@@ -3,7 +3,7 @@ import { useParams, useLocation, useNavigate } from 'react-router-dom';
3
import { useQuery } from 'react-query';
4
import { Heading, Box, VStack, Progress, Link } from '@chakra-ui/react';
5
import { Profile } from '../../../types/profile';
6
-import { toastError } from '../../../utils/toast';
+import { toastError, toastSuccess } from '../../../utils/toast';
7
import axiosInstance from '../../../api';
8
9
const LoadingScreen = (): JSX.Element => {
0 commit comments