Skip to content

Commit

Permalink
fix: [2u-283] add alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Keblysh authored and Vladislav Keblysh committed Aug 2, 2023
1 parent 3c70919 commit eaa618f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/course-team/hooks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const useCourseTeam = ({ courseId }) => {
const [isInfoModalOpen, openInfoModal, closeInfoModal] = useToggle(false);
const [isFormVisible, openForm, hideForm] = useToggle(false);
const [currentEmail, setCurrentEmail] = useState('');

const [isInternetConnectionAlertShow, setInternetConnectionAlertShow] = useState(false);
const [isQueryPending, setIsQueryPending] = useState(false);

Expand Down

0 comments on commit eaa618f

Please sign in to comment.