Skip to content

Commit

Permalink
Convert missing state
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy-T committed Oct 30, 2024
1 parent 789b771 commit 3144055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { BrowserOpenURL } from '$wails/runtime/runtime';
import { onMount } from 'svelte';
let version = '';
let version = $state('');
/**
* Captures a link click event and opens the external url
Expand Down

0 comments on commit 3144055

Please sign in to comment.