Skip to content

Commit

Permalink
This time I did it I think
Browse files Browse the repository at this point in the history
  • Loading branch information
DjCrqss committed Feb 6, 2023
1 parent ffef972 commit f39f42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dataContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const DataContextProvider = (props) => {
}

function createHiddenTitle(title){
return title.replace(/\S/g,'#'); // █ ▒
return title.replace(/\S/g,'#');
}

function qrDecryptAndSave(link){
Expand All @@ -98,6 +98,7 @@ export const DataContextProvider = (props) => {
localStorage.removeItem("data");
}
setData(createInitialData());
return;
}
else if(!isNaN(result)){
let num = +result;
Expand Down

0 comments on commit f39f42d

Please sign in to comment.