Skip to content

Commit

Permalink
fix: Fa instance typing temp until actual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 committed Mar 19, 2022
1 parent 5d1a41c commit 5534370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/LoginView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export function LoginView() {
<br />
<span className="tag-wrap">
<Button type="submit" ref={submitRef} variant="secondary">
{submitting ? <FontAwesomeIcon icon={faSpinner} spin /> : 'Submit'}
{submitting ? <FontAwesomeIcon icon={faSpinner as any} spin /> : 'Submit'}
</Button>
</span>
</div>
Expand Down

0 comments on commit 5534370

Please sign in to comment.