Skip to content

Commit

Permalink
Add a type
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Jan 20, 2024
1 parent 9ff624e commit 41395ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(iframed)/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{ value: 18, text: "Fast" }
];
function navigateBack(e) {
function navigateBack(e: MouseEvent) {
e.preventDefault();
history.back();
Expand Down

0 comments on commit 41395ae

Please sign in to comment.