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 eef744d commit 955ffb9Copy full SHA for 955ffb9
src/stories/Library/Modals/modal-login/ModalLogin.tsx
@@ -1,7 +1,6 @@
1
import { useEffect, useState } from "react";
2
3
import { ModalCloseButton, ModalFallbackButton } from "../ModalShared";
4
-import { ButtonUI } from "../../Buttons/button-ui/ButtonUI";
5
import { Button } from "../../Buttons/button/Button";
6
import { Links } from "../../links/Links";
7
@@ -29,7 +28,7 @@ export const ModalLogin: React.FC<ModalLoginProps> = ({ showModal }) => {
29
28
<div className="modal__backdrop">
30
<div
31
className={`modal modal-login modal-right modal-padding ${
32
- showModal ? "modal-show" : ""
+ shownModal ? "modal-show" : ""
33
}`}
34
>
35
<div className="modal__screen-reader-description" id="describemodal">
0 commit comments