Skip to content

Commit 54f1da9

Browse files
committed
why doesnt it commited?
1 parent 91265be commit 54f1da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import BaseFooter from "../components/BaseFooter.astro";
3535

3636
// if (!container || !storedUser || !storedLoggedIn) return;
3737

38-
if (storedUser && storedLoggedIn == "true") {
38+
if (storedUser && storedLoggedIn === "true") {
3939
const user = JSON.parse(storedUser);
4040
container.innerHTML = `
4141
<div class="user-info">

0 commit comments

Comments
 (0)