Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zkPorpoise committed Feb 27, 2024
1 parent 5598535 commit 91286db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion my-responses.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
// Retrieve the Base64 string from localStorage
const userObject = JSON.parse(localStorage.getItem('userObject'));
if (!userObject) {
document.getElementById('response-title').innerText = "No Responses Found.";
console.log("User is not logged in yet.")
return false;
}
Expand Down Expand Up @@ -79,7 +80,7 @@ <h2 id="🐬">

<br>
<div styles="margin:auto">
<h2 id="🐬"> Your Responses </h2>
<h2 id="response-title"> Your Responses </h2>
</div>

<div id="tableContainer">
Expand Down

0 comments on commit 91286db

Please sign in to comment.