Skip to content

Commit

Permalink
Fix ESlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroni4 committed Dec 9, 2023
1 parent f646498 commit a6567cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function App() {
emailLanguage: t(`languages.${emailLanguage}`)
})
.then((verifiedEmail) => {
const fixedSentences = splitIntoSentences(verifiedEmail)
const fixedSentences = splitIntoSentences(verifiedEmail as string)
setVerifiedSentences(fixedSentences)
})
.finally(() => {
Expand Down

0 comments on commit a6567cc

Please sign in to comment.