chore: address TypeScript ESLint v8 upgrade feedback and improve type safety (#895)

* cr feedback

* update based on feedback

* typing updates

* unify yarn package version

* update lock
This commit is contained in:
Justin Hernandez
2025-08-14 09:19:34 -07:00
committed by GitHub
parent 07addb2a9a
commit 6b285c9bf3
32 changed files with 105 additions and 86 deletions

View File

@@ -10,11 +10,7 @@ const StyledAnchor = styled(Anchor, {
textDecorationLine: 'underline',
});
interface BackupDocumentationLinkProps {}
const BackupDocumentationLink: React.FC<
BackupDocumentationLinkProps
> = ({}) => {
const BackupDocumentationLink: React.FC = () => {
if (Platform.OS === 'ios') {
return (
<StyledAnchor unstyled href="https://support.apple.com/en-us/102651">