Skip to content

Commit

Permalink
EVEREST-1574-upgrade-reload-everest-dialog-component
Browse files Browse the repository at this point in the history
  • Loading branch information
solovevayaroslavna committed Jan 20, 2025
1 parent a681847 commit 0ceabeb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const UpgradeEverestProvider = ({
const [openReloadEverestDialog, setOpenReloadEverestDialog] = useState(false);

useEffect(() => {
debugger;
if (commitVersion.current === null && apiVersion?.fullCommit) {
commitVersion.current = apiVersion?.fullCommit;
setCurrentVersion(apiVersion?.version);
Expand Down

0 comments on commit 0ceabeb

Please sign in to comment.