Skip to content

Commit

Permalink
Type input element in staking component
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Sep 28, 2023
1 parent cb40625 commit 9fe322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/overview/components/Staking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const handleInputOnAmountToStake = (event: any) => {
}
const selectAmountInput = () => {
const inputElement = document.getElementById('amount_input')
const inputElement = document.getElementById('amount_input') as HTMLInputElement
if(inputElement){
Expand Down

0 comments on commit 9fe322a

Please sign in to comment.