Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 27, 2024
1 parent 44eb52d commit 86592b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script>
const lastOpenedBudget = localStorage.getItem("guitos_lastOpenedBudget");
if (lastOpenedBudget) {
window.location.href = last
window.location.href = lastOpenedBudget
}
</script>

Expand Down

0 comments on commit 86592b0

Please sign in to comment.