Skip to content

Commit

Permalink
fix: RegisterView popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ElrohirGT committed Nov 12, 2024
1 parent e270983 commit 690b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanitas_frontend/src/views/RegisterView/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function RegisterView({ registerUser }) {

const isMobile = width < 768;

const [showPopup, setShowPopup] = useState(true);
const [showPopup, setShowPopup] = useState(false);

const navigate = useNavigate();
const [username, setUsername] = useState("");
Expand Down

0 comments on commit 690b0b3

Please sign in to comment.