mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 14:54:26 +01:00
feat: use handleClose function
This commit is contained in:
@@ -42,7 +42,7 @@ export const WarningModal: ParentComponent<{
|
||||
}> = (props) => {
|
||||
const [open, setOpen] = createSignal(
|
||||
localStorage.getItem("betaWarned") !== "true" &&
|
||||
getExistingSettings().network === "bitcoin"
|
||||
getExistingSettings().network === "bitcoin"
|
||||
);
|
||||
|
||||
function close() {
|
||||
|
||||
Reference in New Issue
Block a user