Skip to content

Commit

Permalink
Legal module version with the policy fields fixed
Browse files Browse the repository at this point in the history
Inactivity detector
  • Loading branch information
S-e-b-a-s committed Apr 19, 2024
1 parent a3e2b06 commit 3ed3132
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 291 deletions.
3 changes: 3 additions & 0 deletions src/components/common/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import Goals from "../shared/Goals";
import SnackbarAlert from "./SnackBarAlert";
import { getApiUrl } from "../../assets/getApi";
import MyAccountDialog from "../shared/MyAccount";
import InactivityDetector from "../shared/InactivityDetector";

// Material-UI
import {
Box,
Expand Down Expand Up @@ -306,6 +308,7 @@ const Navbar = () => {

return (
<>
<InactivityDetector handleLogout={handleLogout} />
<Dialog open={openCertification} onClose={handleCloseCertification} aria-labelledby="alert-dialog-title" aria-describedby="alert-dialog-description">
<DialogTitle id="alert-dialog-title">{"¿Enviar Certificación Laboral?"}</DialogTitle>
<DialogContent sx={{ paddingBottom: 0 }}>
Expand Down
Loading

0 comments on commit 3ed3132

Please sign in to comment.