fix: typo in get-automatic-res.tsx (#4097)

This commit is contained in:
Ikko Eltociear Ashimine 2024-05-06 12:36:19 +09:00 committed by GitHub
parent 822ee7db88
commit 3f8e2456f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ const GetAutomaticRes: FC<IGetAutomaticResProps> = ({
return true
}
// alway display prompt panel on desktop mode
// always display prompt panel on desktop mode
return true
}