Skip to content

Commit

Permalink
Final change
Browse files Browse the repository at this point in the history
  • Loading branch information
florisweb committed Oct 21, 2021
1 parent 3858c13 commit 7abe9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/sideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function _SideBar() {
}


const curMessageIndex = 3;
const curMessageIndex = 4;
this.showLatestMessage = function() {
let isNewUser = !localStorage.getItem("hasSeenWelcomeMessage");
localStorage.setItem("hasSeenWelcomeMessage", true);
Expand Down

0 comments on commit 7abe9e5

Please # to comment.